Skip to content

ParserSelector

@tsed/cli-mcp

Usage

typescript
import { ParserSelector } from "@tsed/cli-mcp/src/utils/json-schema-to-zod/Types";

See /packages/cli-mcp/src/utils/json-schema-to-zod/Types.ts.

Overview

ts
type ParserSelector = (schema: JsonSchemaObject, refs: Refs) => string;

Released under the MIT License.