mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 21:59:40 +00:00
feat: update customer profile picture and notifications settings
This commit is contained in:
@ -18,19 +18,11 @@ export class DocumentMetaResponseDto {
|
||||
@ApiProperty({ type: String })
|
||||
url!: string | null;
|
||||
|
||||
@ApiProperty()
|
||||
createdAt!: Date;
|
||||
|
||||
@ApiProperty()
|
||||
updatedAt!: Date;
|
||||
|
||||
constructor(document: Document) {
|
||||
this.id = document.id;
|
||||
this.name = document.name;
|
||||
this.extension = document.extension;
|
||||
this.documentType = document.documentType;
|
||||
this.url = document.url || null;
|
||||
this.createdAt = document.createdAt;
|
||||
this.updatedAt = document.updatedAt;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user