Duplicated from enzostvs/stable-diffusion-tpu
5881efa 0891679 5881efa 5240c42 0891679 5881efa
1
2
3
4
5
6
7
8
9
10
11
export interface Collection { id: string; blob: { type: string; data: ArrayBuffer }; prompt: string; createdAt: string; error?: string; loading?: boolean; }