Skip to main content

DefaultCollaborators

type DefaultCollaborators =
| {
predefinedGroupIds?: string[];
userIds?: string[];
}
| null;