interface ChallengeReward {
    amount: number;
    type: "MultipliedExperienceReward";
}

Properties

Properties

amount: number
type