diff --git a/src/@types/globals.ts b/src/@types/globals.ts index e299643..552de2b 100644 --- a/src/@types/globals.ts +++ b/src/@types/globals.ts @@ -42,12 +42,12 @@ declare global { }; initCodeClient: (config: CodeClientConfig) => CodeClient; hasGrantedAnyScope: ( - tokenRsponse: TokenResponse, + tokenResponse: TokenResponse, firstScope: string, ...restScopes: string[] ) => boolean; hasGrantedAllScopes: ( - tokenRsponse: TokenResponse, + tokenResponse: TokenResponse, firstScope: string, ...restScopes: string[] ) => boolean;