Type Alias ChallengeMemberIdsBodyDto

ChallengeMemberIdsBodyDto: {
    profileIds: string[];
}