We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10758e commit a000d3fCopy full SHA for a000d3f
1 file changed
src/types/webhook.ts
@@ -2,10 +2,10 @@
2
export interface VerifyWebhookOptions {
3
/** Signing secret of the webhook. @default process.env.REWRITE_WEBHOOK_SECRET */
4
secret?: string;
5
-
+
6
/** Raw payload in string of the request. */
7
payload: string;
8
9
/** Headers of the request. */
10
headers: Record<string, string>;
11
}
0 commit comments