4.8.4 (#1746)
This commit is contained in:
@@ -8,3 +8,8 @@ export type CollaboratorItemType = {
|
||||
name: string;
|
||||
avatar: string;
|
||||
};
|
||||
|
||||
export type UpdateClbPermissionProps = {
|
||||
tmbIds: string[];
|
||||
permission: PermissionValueType;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user