UNPKG

typescript-json-schema

Version:

typescript-json-schema generates JSON Schema files from your Typescript sources

10 lines (9 loc) 188 B
interface MyObject { FieldWithAnonType: { SubfieldA: number; SubfieldB: (string | number); SubfieldC: { SubsubfieldA: number[]; } }; }