feat(core): add docRole to inviteUserDocRole tracking event (#11501)

close AF-2476
This commit is contained in:
JimmFly
2025-04-07 08:51:45 +00:00
parent f93acc6635
commit af48df230d
2 changed files with 5 additions and 1 deletions

View File

@@ -624,6 +624,7 @@ export type EventArgs = {
modifyDocDefaultRole: { role: string };
inviteUserDocRole: {
control: 'member list';
role: string;
};
openInbox: { unreadCount: number };
clickNotification: {