MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / UpgradeModalProps

Interface UpgradeModalProps

src/components/upgrade-modal.tsx:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { authClient } from "@/lib/auth-client";
14
15interface UpgradeModalProps {
16 open: boolean;
17 onOpenChange: (open: boolean) => void;
18};
19
20export const UpgradeModal = ({
21 open,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected