mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
8
blocksuite/playground/apps/starter/data/utils.ts
Normal file
8
blocksuite/playground/apps/starter/data/utils.ts
Normal file
@@ -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