feat(users): add delete user functionality and confirmation modal
feat(assets): implement S3 proxy for private asset access
This commit is contained in:
@@ -59,6 +59,7 @@ export interface AudioGradingResponse {
|
||||
score: number;
|
||||
found_keywords: string[];
|
||||
feedback: string;
|
||||
transcript?: string;
|
||||
}
|
||||
|
||||
export interface Course {
|
||||
|
||||
Reference in New Issue
Block a user