Skip to content

Converting error #13

Closed
Closed
@MrRefactoring

Description

@MrRefactoring

What can we do with this error?

λ npx @manifoldco/swagger-to-ts swagger.json --namespace OpenAPI --output schema.ts
npx: installed 63 in 9.204s
Property or signature expected. (330:1)
  328 | export interface UserList {
  329 | // The index of the last item returned on the page.
> 330 | end-index?: number;
      | ^
  331 | // The list of items.
  332 | items?: User[];
  333 | // The maximum number of results that could be on the page.

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