Skip to content

Commit c6b79ad

Browse files
fix(types-session): add missing extra data property (#1196)
Co-authored-by: Léo Pradel <[email protected]>
1 parent a4fd732 commit c6b79ad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/lemon-dots-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@accounts/types": patch
3+
---
4+
5+
Add missing `extraData` property to the `Session` type.

packages/types/src/types/session/session.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export interface Session {
77
ip?: string | null;
88
createdAt: string;
99
updatedAt: string;
10+
extraData?: { impersonatorUserId?: string };
1011
}

0 commit comments

Comments
 (0)