Spaces:
Runtime error
Runtime error
File size: 118 Bytes
5881efa |
1 2 3 4 5 6 7 8 |
export interface Collection {
id: number;
blob: {
type: string;
data: ArrayBuffer
};
prompt: string;
} |