@tsed/schema
Version:
JsonSchema module for Ts.ED Framework
6 lines (5 loc) • 373 B
TypeScript
import { type Type } from "@tsed/core";
import { JsonSchema } from "../../domain/JsonSchema.js";
import type { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js";
export declare function itemMapper(input: JsonSchema | Type, options: JsonSchemaOptions): any;
export declare function nextMapper(input: JsonSchema | Type | any, options: JsonSchemaOptions): any;