@tsed/schema
Version:
JsonSchema module for Ts.ED Framework
6 lines (5 loc) • 322 B
TypeScript
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;