Skip to content

Commit

Permalink
fix(typescript): Interaction.prototype.session structure (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Mar 3, 2021
1 parent 4f70a4c commit 76c36c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ declare class Interaction extends BaseModel {
readonly kind: 'Interaction';
iat: number;
exp: number;
session?: Session | {
session?: {
accountId: string;
uid: string;
cookie: string;
jti?: string;
acr?: string;
amr?: string[];
};
Expand Down

0 comments on commit 76c36c7

Please sign in to comment.