ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

Support `ts-toolbelt` types

Open eranelbaz opened this issue 3 years ago • 4 comments

Hey! We are using ts-json-schema-generator for our api validation - but looks like when running ts-json-schema-generator with https://github.com/millsp/ts-toolbelt types it generates nothing

Hope you can add support for that!

types such as -

 O.Either<
  {
    title: string;
    titleId: string;
  },
  'title' | 'titleId'
>;

Thanks

eranelbaz avatar Nov 22 '21 09:11 eranelbaz