InferEventType
InferEventType<
T> =z.infer<T["schema"]>
Defined in: zod/src/index.ts:93
Infer event type from schema definition
Type Parameters
Section titled “Type Parameters”T extends EventSchemaDefinition
InferEventType<
T> =z.infer<T["schema"]>
Defined in: zod/src/index.ts:93
Infer event type from schema definition
T extends EventSchemaDefinition