export interface Collection { id: number; blob: { type: string; data: ArrayBuffer }; prompt: string; createdAt: string; }