ZodVerifierOptions
Defined in: zod/src/index.ts:395
Options for Zod verifier wrapper
Type Parameters
Section titled “Type Parameters”T extends WebhookEvent
Properties
Section titled “Properties”allowUnknownEvents?
Section titled “allowUnknownEvents?”
optionalallowUnknownEvents:boolean
Defined in: zod/src/index.ts:410
Whether to skip validation for events without registered schemas
Default
Section titled “Default”trueregistry
Section titled “registry”registry:
SchemaRegistry
Defined in: zod/src/index.ts:404
The schema registry for validation
verifier
Section titled “verifier”verifier:
Verifier<T>
Defined in: zod/src/index.ts:399
The underlying verifier to wrap