mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { DocCollection } from '@blocksuite/store';
|
||||
|
||||
export interface InitFn {
|
||||
(collection: DocCollection, docId: string): Promise<void> | void;
|
||||
id: string;
|
||||
displayName: string;
|
||||
description: string;
|
||||
}
|
||||
Reference in New Issue
Block a user