Continued with the same updates

This commit is contained in:
Tiago Ribeiro
2023-10-23 23:17:47 +01:00
parent e16a9873be
commit 8b872020c6
4 changed files with 61 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ export interface User {
demographicInformation?: DemographicInformation;
subscriptionExpirationDate?: null | Date;
isDisabled?: boolean;
registrationDate?: Date;
}
export interface DemographicInformation {