-
-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
feature 🚀New feature or requestNew feature or requestneeds info ⏳Further information is requiredFurther information is required
Description
Description
Just in the name of ease of distribution & simplicity, I want to share a single typescript file alongside my openapi.json/yaml file.
I tried doing something like this:
{
parser: {
hooks: {
symbols: {
getFilePath: (symbol) => 'file.ts'
},
},
}
}
https://heyapi.dev/openapi-ts/configuration/parser#hooks-symbols
But alas that didn't really do what I thought it would.
Metadata
Metadata
Assignees
Labels
feature 🚀New feature or requestNew feature or requestneeds info ⏳Further information is requiredFurther information is required