Skip to content

Commit 301904d

Browse files
authored
🤖 Merge PR DefinitelyTyped#72137 fix(oidc-provider): resolve mismatch for base class used by Grant type by @KalleV
1 parent 8fdfc42 commit 301904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/oidc-provider/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ declare class Session extends BaseModel {
250250
static get(ctx: Koa.Context): Promise<Session>;
251251
}
252252

253-
declare class Grant extends BaseModel {
253+
declare class Grant extends BaseToken {
254254
constructor(properties?: { clientId?: string | undefined; accountId?: string | undefined });
255255

256256
accountId?: string | undefined;

0 commit comments

Comments
 (0)