UNPKG

typescript-json-schema

Version:

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

9 lines (8 loc) 133 B
interface MyObject { subA: MySubObject; subB: MySubObject; } interface MySubObject { propA: number; propB: number; }