Selaa lähdekoodia

add name title

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
420754b5b4
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      dashboard/src/components/api/Attachments.ts

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

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