ts-json-schema-generator
                                
                                
                                
                                    ts-json-schema-generator copied to clipboard
                            
                            
                            
                        Unknown type def-alias-
Error: Error: Unknown type "def-alias-1815346304-90-222-1815346304-0-1480423532975"
Repo to reproduce: https://github.com/qwelias/typed-fastify-test
Steps:
- clone repo
 npm cinode node_modules/ts-json-schema-generator/dist/ts-json-schema-generator.js --path src/schema.ts --type APISchema
Thanks for the report. Can you provide a minimal reproducible example that demonstrates the issue?
I was trying to figure out what exactly is causing it, all i could dig to is the usage of HTTPMethods from here https://github.com/fastify/fastify/blob/main/types/utils.d.ts, but in isolation they don't break, so idk