Explorar o código

add thumbnail

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
8f4abb1d76
Modificáronse 1 ficheiros con 1 adicións e 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;
 }