Interface AllQuestionsCount

interface AllQuestionsCount {
    count: number;
    difficulty: string;
}

Properties

Properties

count: number
difficulty: string

Generated using TypeDoc