Parcourir la source

add name title

visuddhinanda il y a 2 ans
Parent
commit
420754b5b4
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;