Type Alias UserGroupInviteToSpacesBodyDto

UserGroupInviteToSpacesBodyDto: {
    role?: "ADMIN" | "PARTICIPANT";
    spaceIds: string[];
}