Interface ChallengeQuestion

interface ChallengeQuestion {
    date: string;
    id: string;
    incompleteChallengeCount: number;
    streakCount: number;
    type: string;
}

Properties

date: string
id: string
incompleteChallengeCount: number
streakCount: number
type: string

Generated using TypeDoc