import { NezhaAPISafe } from "@/app/types/nezha-api"; import { cn, formatBytes } from "@/lib/utils"; export function ServerCardPopoverCard({ className, title, content, children, }: { className?: string; title: string; content?: string; children?: React.ReactNode; }) { return (