Skip to content

poor typescript support #141

@excal1bu7

Description

@excal1bu7

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions