Răsfoiți Sursa

add thumbnail

visuddhinanda 2 ani în urmă
părinte
comite
8f4abb1d76
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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;
 }