Closed
Description
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
Labels
No labels