forked from Yara724/api
fixed many bugs and step issues
This commit is contained in:
@@ -50,6 +50,9 @@ export class ClaimOwner {
|
||||
|
||||
@Prop({ type: String })
|
||||
fullName?: string;
|
||||
|
||||
@Prop({ type: Types.ObjectId })
|
||||
clientId: Types.ObjectId;
|
||||
}
|
||||
export const ClaimOwnerSchema = SchemaFactory.createForClass(ClaimOwner);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user