MCPcopy
hub / github.com/joschan21/digitalhippo / PageProps

Interface PageProps

src/app/thank-you/page.tsx:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import PaymentStatus from '@/components/PaymentStatus'
11
12interface PageProps {
13 searchParams: {
14 [key: string]: string | string[] | undefined
15 }
16}
17
18const ThankYouPage = async ({
19 searchParams,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected