Skip to content

Commit

Permalink
Add missing type (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAsjes authored Jun 26, 2024
1 parent a50f6d8 commit 21e50fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface NoUserInfo {
organizationId?: undefined;
role?: undefined;
impersonator?: undefined;
accessToken?: undefined;
}

export interface AccessToken {
Expand Down

0 comments on commit 21e50fb

Please sign in to comment.