Skip to content

ZodVerifierOptions

Defined in: zod/src/index.ts:395

Options for Zod verifier wrapper

T extends WebhookEvent

optional allowUnknownEvents: boolean

Defined in: zod/src/index.ts:410

Whether to skip validation for events without registered schemas

true

registry: SchemaRegistry

Defined in: zod/src/index.ts:404

The schema registry for validation


verifier: Verifier<T>

Defined in: zod/src/index.ts:399

The underlying verifier to wrap