Browse Source

add name title

visuddhinanda 2 years ago
parent
commit
420754b5b4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/components/api/Attachments.ts

+ 2 - 0
dashboard/src/components/api/Attachments.ts

@@ -1,6 +1,8 @@
 export interface IAttachmentRequest {
 export interface IAttachmentRequest {
   id: string;
   id: string;
+  name: string;
   filename: string;
   filename: string;
+  title: string;
   size: number;
   size: number;
   content_type: string;
   content_type: string;
   url: string;
   url: string;