Skip to content

poor typescript support #141

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"
  }
},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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