Skip to content

Commit

Permalink
fix(types-session): add missing extra data property (#1196)
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Pradel <pradel.leo@gmail.com>
  • Loading branch information
BarbecueSilver and pradel committed Dec 1, 2021
1 parent a4fd732 commit c6b79ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-dots-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@accounts/types": patch
---

Add missing `extraData` property to the `Session` type.
1 change: 1 addition & 0 deletions packages/types/src/types/session/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export interface Session {
ip?: string | null;
createdAt: string;
updatedAt: string;
extraData?: { impersonatorUserId?: string };
}

0 comments on commit c6b79ad

Please sign in to comment.