Added integration with backend to fetch skills feedback
This commit is contained in:
@@ -3,6 +3,7 @@ import {Module} from "@/interfaces";
|
||||
export interface ModuleScore {
|
||||
score: number;
|
||||
total: number;
|
||||
code: Module;
|
||||
module: Module | 'Overall';
|
||||
feedback?: string,
|
||||
png?: string,
|
||||
|
||||
Reference in New Issue
Block a user