UNPKG

ts2json-schema

Version:

Build JSON schemas for your typescript types matching a pattern.

8 lines 202 B
export interface PublicationInterface { name: string; publisher: string; issue: Date; keywords?: string[]; type: 'newspaper' | 'magazine'; } //# sourceMappingURL=Publication.d.ts.map