Type alias QuizAttemptsParams

QuizAttemptsParams: PageParams & PaginationParams & {
    topic_gift_quiz_id: number;
}

Generated using TypeDoc