Esteves Enzo
manage error
0891679
raw
history blame
178 Bytes
export interface Collection {
id: string;
blob: {
type: string;
data: ArrayBuffer
};
prompt: string;
createdAt: string;
error?: string;
loading?: boolean;
}