Type Alias ChallengeMemberIdsBodyDto

ChallengeMemberIdsBodyDto: {
    userIds: string[];
}