Updated a bit more of the way the codes work
This commit is contained in:
@@ -14,6 +14,7 @@ export interface User {
|
||||
bio: string;
|
||||
isVerified: boolean;
|
||||
demographicInformation?: DemographicInformation;
|
||||
subscriptionExpirationDate?: null | Date;
|
||||
isDisabled?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user