Skip to content

Commit 8f993cf

Browse files
author
Kevin Jang
committed
fix scopes type in AuthorizeResult
1 parent 91a7a01 commit 8f993cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface AuthorizeResult {
8282
idToken: string;
8383
refreshToken: string;
8484
tokenType: string;
85-
scopes: [string];
85+
scopes: string[];
8686
}
8787

8888
export interface RefreshResult {

0 commit comments

Comments
 (0)