Type alias QuestSerialized

QuestSerialized: {
    failsNeededCount: number;
    questVotes: VoteSerialized[];
    status: string;
    teamVotes: VoteSerialized[];
    votesNeededCount: number;
}

Type declaration

Generated using TypeDoc