-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
please don't try to use this library
the typescript support is very poor!
For example, I include single type file with this type:
export type GetSubscriptionsResponse = Record<
string,
{
quantity: number
isActive: boolean
}
>
serverless-auto-swagger turns it to..
"definitions": {
"GetSubscriptionsResponse": {
"title": "GetSubscriptionsResponse"
}
},
Metadata
Metadata
Assignees
Labels
No labels