parseNot
@tsed/cli-mcp
Usage
typescript
import { parseNot } from "@tsed/cli-mcp/src/utils/json-schema-to-zod/parsers/parseNot";See /packages/cli-mcp/src/utils/json-schema-to-zod/parsers/parseNot.ts.
Overview
ts
const parseNot: (schema: JsonSchemaObject & {
not: JsonSchema;
}, refs: Refs) => string;not
ts
not: JsonSchema;