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

Interface JsonExtension

app/submit/page.tsx:179–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177type InputMode = "manual" | "json"
178
179interface JsonExtension {
180 productId?: string
181 type?: string
182 displayName?: string
183 description?: string
184 repoUrl?: string
185 homepageUrl?: string
186 tags?: string[] | string
187 installation?: string
188}
189
190function SubmitForm() {
191 const { user } = useUser()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected