fix(core): add missing control of modifyDocDefaultRole track event (#10625)

This commit is contained in:
JimmFly
2025-03-05 11:02:45 +00:00
parent cb37c25b14
commit bb4240f6ef
2 changed files with 6 additions and 1 deletions

View File

@@ -549,6 +549,9 @@ export type EventArgs = {
modifyUserDocRole: {
control: DocRoleControlType;
};
modifyDocDefaultRole: {
control: DocRoleControlType;
};
inviteUserDocRole: {
control: 'member list';
};