typescript-scaffolder
Version:
 ### Unit Test Coverage: 97.12%
4 lines • 319 B
TypeScript
import { ParsedInterface } from "models/interface-definitions";
export declare function convertToJsonSchema(parsed: ParsedInterface, knownInterfaces: ParsedInterface[]): any;
export declare function mapType(tsType: string, knownInterfaces: ParsedInterface[]): any;
//# sourceMappingURL=ts-to-json-schema-mapper.d.ts.map