```
add new hooks for fetching QuizCRQuestions and categories, update related components to use the new hooks, and refactor SelectCategory page to use the new API ```
This commit is contained in:
@@ -5,7 +5,9 @@ interface IConnectivesRevisionCategory {
|
||||
test_i: number;
|
||||
cat_info: string;
|
||||
cat_name: string;
|
||||
content: IConnectivesRevisionQuestion[] | [];
|
||||
content?: IConnectivesRevisionQuestion[] | [];
|
||||
//
|
||||
id: string;
|
||||
}
|
||||
|
||||
export default IConnectivesRevisionCategory;
|
||||
|
Reference in New Issue
Block a user