File size: 139 Bytes
5881efa
 
 
 
 
 
 
5240c42
5881efa
1
2
3
4
5
6
7
8
9
export interface Collection {
  id: number;
  blob: {
    type: string;
    data: ArrayBuffer
  };
  prompt: string;
  createdAt: string;
}