UNPKG

@tsed/schema

Version:
6 lines (5 loc) 322 B
import "../components/index.js"; import { Type } from "@tsed/core"; import { JsonParameterStore } from "../domain/JsonParameterStore.js"; import { JsonSchemaOptions } from "../interfaces/JsonSchemaOptions.js"; export declare function getJsonSchema(model: Type<any> | JsonParameterStore, options?: JsonSchemaOptions): any;