Skip to main content

DefaultCollaborators

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