Esteves Enzo
add modal
5240c42
raw
history blame
139 Bytes
export interface Collection {
id: number;
blob: {
type: string;
data: ArrayBuffer
};
prompt: string;
createdAt: string;
}