interface QuestReward {
    amount: number;
    type: string;
}

Properties

Properties

amount: number
type: string