@karmaniverous/smoz
    Preparing search index...

    Type Alias ShapedEvent<EventSchema, EventType>

    ShapedEvent: EventSchema extends z.ZodType
        ? DeepOverride<EventType, z.infer<EventSchema>>
        : EventType

    Compute the event type as seen by a business handler after Zod overrides.

    Type Parameters

    • EventSchema extends z.ZodType | undefined
    • EventType