mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
6 lines
244 B
TypeScript
6 lines
244 B
TypeScript
// blockdb configuration item related property name key
|
|
export const PAGE_TREE = 'page_tree';
|
|
export const RECENT_PAGES = 'activities';
|
|
export const WORKSPACE_COMMENTS = 'workspace_comments';
|
|
export const WORKSPACE_CONFIG = 'workspace_config';
|