UNPKG

151 BTypeScriptView Raw
1export declare function getSchemaPath(model: string | Function): string;
2export declare function refs(...models: Function[]): {
3 $ref: string;
4}[];