mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
8 lines
306 B
TypeScript
8 lines
306 B
TypeScript
export const SCHEMA_NOT_FOUND_MESSAGE =
|
|
'Schema not found. The block flavour may not be registered.';
|
|
|
|
export const TEXT_UNIQ_IDENTIFIER = '$blocksuite:internal:text$';
|
|
export const NATIVE_UNIQ_IDENTIFIER = '$blocksuite:internal:native$';
|
|
|
|
export const SYS_KEYS = new Set(['id', 'flavour', 'children']);
|