Skip to content

Commit

Permalink
Update lib/interfaces/open-api-spec.interface.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Oct 23, 2023
1 parent bd87433 commit b64131f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/open-api-spec.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export interface SecuritySchemeObject {
bearerFormat?: string;
flows?: OAuthFlowsObject;
openIdConnectUrl?: string;
'x-tokenName'?:string;
'x-tokenName'?: string;
}

export interface OAuthFlowsObject {
Expand Down

0 comments on commit b64131f

Please sign in to comment.