UNPKG

typia

Version:

Superfast runtime validators with only one line

17 lines (16 loc) 707 B
import { IJsonSchemaCollection } from "./IJsonSchemaCollection"; /** * Collection of JSON schemas. * * @deprecated Use {@link IJsonSchemaCollection} instead please. * This interface type would be changed to {@link ILlmApplication} like * structure in the future version (maybe next v8 major update). * @template Version Version of the OpenAPI specification. * @template Types Original TypeScript types used in the JSON schemas. * @author Jeongho Nam - https://github.com/samchon */ export type IJsonApplication = IJsonSchemaCollection; export declare namespace IJsonApplication { type IV3_0 = IJsonSchemaCollection.IV3_0; type IV3_1 = IJsonSchemaCollection.IV3_1; }