Skip to content

Commit

Permalink
Services
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifechukwudaniel committed Dec 12, 2023
1 parent 5d2e7bc commit 165fbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/types/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ interface MyUser {
}

export interface MySession extends Omit<DefaultSession, "user"> {
user?: MyUser;
user: MyUser;
expires: string;
}

0 comments on commit 165fbfe

Please sign in to comment.