Type Alias Effect<T>

Effect:
    | Zod.z.RefinementEffect<T>
    | Zod.z.TransformEffect<T>
    | Zod.z.PreprocessEffect<T>

Type Parameters

  • T