import { User } from "@prisma/client"; export function isBrandingHidden>(user: TUser) { return user.hideBranding && user.plan !== "FREE"; }