Skip to content

Commit

Permalink
OV-5: + make token optional in UserSignInResponseDto
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-lacorazza committed Aug 23, 2024
1 parent 92405ab commit cfbb3c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type UserSignInResponseDto = {
id: number;
email: string;
token: string;
token?: string;
};

export { type UserSignInResponseDto };

0 comments on commit cfbb3c9

Please sign in to comment.