interface TNot implements TSchemaimport { type TNot } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts"; Type ParametersoptionalNot extends TSchema = TSchemaoptionalT extends TSchema = TSchemaProperties[Kind]: "Not"static: TNotStatic<Not, T>allOf: [{ not: Not; }, T]