Skip to content

Commit

Permalink
docs(user/domain): add note about Projections
Browse files Browse the repository at this point in the history
  • Loading branch information
arturvoloshyn committed Feb 6, 2024
1 parent e51fbaf commit cf21478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entities/user/_domain/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export type SessionEntity = {
expires: string;
};

// Projections

export type Profile = {
email: string;
name?: string | null;
Expand Down

0 comments on commit cf21478

Please sign in to comment.