Esteves Enzo
add loading animate
5881efa
raw
history blame
118 Bytes
export interface Collection {
id: number;
blob: {
type: string;
data: ArrayBuffer
};
prompt: string;
}