UNPKG
clerk-auth-webhook-handler
Version:
latest (1.0.0)
1.0.0
A type-safe webhook handler for Clerk webhooks with support for Svix
clerk-auth-webhook-handler
/
dist
/
parse.d.ts
7 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
WebhookEvent
}
from
"@clerk/express"
;
export
declare
const
parseClerkEvent
:
(
params
: { requestBody:
any
; requestHeaders:
any
; secret:
string
; }
) =>
WebhookEvent
;
//# sourceMappingURL=parse.d.ts.map