Type Alias UserWithPremium

UserWithPremium: CurrentUser["database"] & {
    premium: {
        enabled: boolean;
    };
}