visuddhinanda 2 rokov pred
rodič
commit
8f4abb1d76

+ 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;
 }