update for the so many errors

This commit is contained in:
2026-09-13 17:06:36 +03:30
parent 578384d64e
commit cec72740ab
10 changed files with 13421 additions and 8 deletions

View File

@@ -10,8 +10,9 @@ export class UsersBaseModel {
@Prop()
family: string;
@Prop({ required: true })
role: Role;
/** System role (`admin`/`expert`/…) or a custom ACL role name. */
@Prop({ required: true, type: String })
role: Role | string;
@Prop()
fatherName: string;