mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(nbstore): add blob sync frontend (#9084)
This commit is contained in:
@@ -6,14 +6,14 @@ export interface BlobRecord {
|
||||
key: string;
|
||||
data: Uint8Array;
|
||||
mime: string;
|
||||
createdAt: Date;
|
||||
createdAt?: Date;
|
||||
}
|
||||
|
||||
export interface ListedBlobRecord {
|
||||
key: string;
|
||||
mime: string;
|
||||
size: number;
|
||||
createdAt: Date;
|
||||
createdAt?: Date;
|
||||
}
|
||||
|
||||
export abstract class BlobStorage<
|
||||
|
||||
Reference in New Issue
Block a user