forked from Yara724/api
YARA-718
This commit is contained in:
@@ -26,6 +26,21 @@ export class InsurerExpertModel {
|
||||
@Prop()
|
||||
clientKey: Types.ObjectId;
|
||||
|
||||
@Prop()
|
||||
phone?: string;
|
||||
|
||||
@Prop()
|
||||
mobile?: string;
|
||||
|
||||
@Prop()
|
||||
city?: string;
|
||||
|
||||
@Prop()
|
||||
state?: string;
|
||||
|
||||
@Prop()
|
||||
address?: string;
|
||||
|
||||
createdAt: Date;
|
||||
}
|
||||
export const InsurerExpertDbSchema =
|
||||
|
||||
Reference in New Issue
Block a user