MCPcopy
hub / github.com/IgnisDa/ryot / WebhookResponse

Interface WebhookResponse

apps/website/app/routes/paddle-webhook.tsx:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28type Customer = InferSelectModel<typeof customers> | undefined;
29
30interface WebhookResponse {
31 error?: string;
32 message?: string;
33}
34
35async function findOrCreateCustomer(
36 paddleCustomerId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected