UNPKG

typescript-json-schema

Version:

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

7 lines (5 loc) 102 B
type result = "ok" | "fail" | "abort"; class MyObject { foo: result; bar: result | string; }