Added the ability to enable/disable a user as well as deleting an exam

This commit is contained in:
Tiago Ribeiro
2023-10-04 13:39:31 +01:00
parent 29914d3e89
commit 925250d2c5
7 changed files with 123 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ export interface User {
bio: string;
isVerified: boolean;
demographicInformation?: DemographicInformation;
isDisabled?: boolean;
}
export interface DemographicInformation {