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

Interface ExtensionRejectedProps

emails/ExtensionRejected.tsx:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12} from "@react-email/components"
13
14interface ExtensionRejectedProps {
15 authorName: string
16 extensionName: string
17 productId: string
18 rejectionReason: string
19}
20
21export function ExtensionRejected({
22 authorName = "Developer",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected