MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / FormData

Interface FormData

app/submit/page.tsx:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46interface FormData {
47 type: string
48 productId: string
49 displayName: string
50 description: string
51 repoUrl: string
52 homepageUrl: string
53 tags: string
54 installation: string
55}
56
57function SubmissionPreview({ data, authorName }: { data: FormData; authorName: string }) {
58 const typeInfo = EXTENSION_TYPE_LIST.find((t) => t.value === data.type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected