UNPKG

@tsed/schema

Version:
6 lines (5 loc) 373 B
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;