mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 21:06:22 +08:00
feat(nbstore): add upload function to blob frontend (#11247)
This commit is contained in:
@@ -71,8 +71,8 @@ interface GroupedWorkerOps {
|
||||
blobSync: {
|
||||
state: [void, BlobSyncState];
|
||||
blobState: [string, BlobSyncBlobState];
|
||||
downloadBlob: [string, void];
|
||||
uploadBlob: [BlobRecord, void];
|
||||
downloadBlob: [string, boolean];
|
||||
uploadBlob: [BlobRecord, true];
|
||||
fullDownload: [string | null, void];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user