type alias SignedTestWebhook

The payload/signature pair a test POSTs to a provider webhook route.

Properties

payload: string
signature: string

Usage

import { type SignedTestWebhook } from "doc.ts";