Added the ability to view how many students and teachers an admin has
This commit is contained in:
@@ -14,11 +14,14 @@ export interface User {
|
||||
bio: string;
|
||||
isVerified: boolean;
|
||||
demographicInformation?: DemographicInformation;
|
||||
companyInformation?: CompanyInformation;
|
||||
subscriptionExpirationDate?: null | Date;
|
||||
isDisabled?: boolean;
|
||||
registrationDate?: Date;
|
||||
}
|
||||
|
||||
export interface CompanyInformation {}
|
||||
|
||||
export interface DemographicInformation {
|
||||
country: string;
|
||||
phone: string;
|
||||
|
||||
Reference in New Issue
Block a user