瀏覽代碼

add name title

visuddhinanda 2 年之前
父節點
當前提交
420754b5b4
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;