MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / AddReferenceProps

Interface AddReferenceProps

apps/start/src/modals/add-reference.tsx:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19type IForm = z.infer<typeof zCreateReference>;
20
21interface AddReferenceProps {
22 datetime?: string;
23}
24
25export default function AddReference({ datetime }: AddReferenceProps = {}) {
26 const { projectId } = useAppParams();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected