visuddhinanda 2 лет назад
Родитель
Сommit
8f4abb1d76
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/components/api/Attachments.ts

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

@@ -6,6 +6,7 @@ export interface IAttachmentRequest {
   size: number;
   content_type: string;
   url: string;
+  thumbnail?: { small: string; middle: string };
   created_at?: string;
   updated_at?: string;
 }