Skip to content

Commit d3293ae

Browse files
committed
Add back user for now
1 parent a91aa5a commit d3293ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/common/src/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export interface TokensType {
3838
}
3939

4040
export interface LoginReturnType {
41-
sessionId: string;
41+
sessionId: string;
42+
user: UserObjectType;
4243
tokens: TokensType;
4344
}
4445

0 commit comments

Comments
 (0)