You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a swagger model contains additionalProperties: true I think that the created TypeScript interfaces should deal with this somehow.
Maybe by adding [key: string]?: any,, at least as a stop-gap.