UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

8 lines (7 loc) 186 B
export declare abstract class BaseType { abstract getId(): string; /** * Get the definition name of the type. Override for non-basic types. */ getName(): string; }