YARA-1034

This commit is contained in:
SepehrYahyaee
2026-06-20 14:30:29 +03:30
parent 15fcb011aa
commit 2e4b10455b
7 changed files with 28 additions and 5 deletions

View File

@@ -72,6 +72,9 @@ export class ExpertModel {
@Prop({ type: "string" })
otp: string;
@Prop({type: "string", required: false})
expertCode?: string;
createdAt: Date;
}