dtsgenerator icon indicating copy to clipboard operation
dtsgenerator copied to clipboard

TypeScript d.ts file generate from JSON Schema file

Results 24 dtsgenerator issues
Sort by recently updated
recently updated
newest added

In some situations it might be useful to include the operationId of each operation in the generated types, as a `const ID` value. For example I'm considering writing a dtsgen...

Is it intentional that comments for properties using another (non-primitive) schema look like this? ``` resourceId: /** * Resource ID * example: * 6e781f03-668c-420c-82c0-06853620dc3b */ ResourceId /* uuid */; ```...

I think this is related to #513. If I have an object that is `all of X and Y`, and `X` is `one of X1 or X2` and `Y` is...

hey there :wave: i'm running into weirdness trying to `import` the lib in order to use the programmatic API ([docs](https://github.com/horiuchi/dtsgenerator?tab=readme-ov-file#nodejs-api)). using: ```ts import dtsgenerator, { parseSchema } from 'dtsgenerator'; //...