mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
feat(nbstore): add awareness storage&sync&frontend (#9016)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { BlobRecord, BlobStorage } from '../storage';
|
||||
import type { BlobSyncEngine } from '../sync/blob';
|
||||
import type { BlobSync } from '../sync/blob';
|
||||
|
||||
export class BlobFrontend {
|
||||
constructor(
|
||||
readonly storage: BlobStorage,
|
||||
readonly sync?: BlobSyncEngine
|
||||
readonly sync?: BlobSync
|
||||
) {}
|
||||
|
||||
get(blobId: string) {
|
||||
|
||||
Reference in New Issue
Block a user