feat(core): integrate realtime features (#15003)

This commit is contained in:
DarkSky
2026-05-20 05:48:03 +08:00
committed by GitHub
parent 3e42bbf4fa
commit 9f33d37add
108 changed files with 3069 additions and 2729 deletions
@@ -19,6 +19,14 @@ declare global {
workspaceId: string;
docId: string;
};
'doc.public_state.changed': {
workspaceId: string;
docId: string;
};
'doc.default_role.changed': {
workspaceId: string;
docId: string;
};
}
}