Skip to main content

BaseUser

Base user interface with core fields Used for general user references and lists

Extended by

Properties

createdAt

createdAt: Date;

Timestamp when the user was created


email

email: string;

User's email address


firstName

firstName: string;

User's first name


id

id: string;

Unique identifier generated by Prisma


lastName

lastName: string;

User's last name


role

role: UserRole;

User's role in the system


timezone

timezone: string;

User's timezone


updatedAt

updatedAt: Date;

Timestamp when the user was last updated