refactor(editor): remove legacy blocksuite doc (#9521)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Blocks as BlockSuiteDoc } from '@blocksuite/affine/store';
|
||||
import type { Blocks } from '@blocksuite/affine/store';
|
||||
import { Scope } from '@toeverything/infra';
|
||||
|
||||
import type { DocRecord } from '../entities/record';
|
||||
@@ -6,5 +6,5 @@ import type { DocRecord } from '../entities/record';
|
||||
export class DocScope extends Scope<{
|
||||
docId: string;
|
||||
record: DocRecord;
|
||||
blockSuiteDoc: BlockSuiteDoc;
|
||||
blockSuiteDoc: Blocks;
|
||||
}> {}
|
||||
|
||||
Reference in New Issue
Block a user