Pending course, rest ready for launch
This commit is contained in:
@@ -10,5 +10,6 @@ export type PracticeModule = {
|
||||
title: string;
|
||||
description: string;
|
||||
isInteractive: boolean;
|
||||
difficulty?: "Beginner" | "Intermediate" | "Advanced";
|
||||
questions?: PracticeQuestion[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user