Explorar el Código

add thumbnail

visuddhinanda hace 2 años
padre
commit
8f4abb1d76
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }