export interface UserAccountPrivilegesInterface {
    isPremium: boolean;
    isBranded: boolean;
}
