mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
refactor(nestjs): Implement users module
This commit is contained in:
@@ -6,9 +6,12 @@ export class TenantUser extends TenantBaseModel {
|
||||
firstName!: string;
|
||||
lastName!: string;
|
||||
inviteAcceptedAt!: Date;
|
||||
invitedAt!: Date;
|
||||
roleId!: number;
|
||||
|
||||
active!: boolean;
|
||||
role!: Role;
|
||||
email!: string;
|
||||
systemUserId!: number;
|
||||
|
||||
/**
|
||||
* Table name.
|
||||
|
||||
Reference in New Issue
Block a user