mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
feat(editor): add block meta service (#10561)
This commit is contained in:
@@ -30,3 +30,10 @@ export type Connectable = Exclude<
|
||||
GfxModel,
|
||||
ConnectorElementModel | BrushElementModel | GroupElementModel
|
||||
>;
|
||||
|
||||
export type BlockMeta = {
|
||||
'meta:createdAt'?: number;
|
||||
'meta:createdBy'?: string;
|
||||
'meta:updatedAt'?: number;
|
||||
'meta:updatedBy'?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user