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"
}
},
please don't try to use this library
the typescript support is very poor!
For example, I include single type file with this type:
serverless-auto-swagger turns it to..