UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (4 loc) 96 B
export declare abstract class BaseType { abstract getId(): string; getName(): string; }