Updated a bit more of the way the codes work

This commit is contained in:
Tiago Ribeiro
2023-10-10 21:17:46 +01:00
parent 0c9a49a9c3
commit 1aa4f0ddfd
9 changed files with 73 additions and 61 deletions

View File

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