mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
feat(core): integrate realtime features (#15003)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user