Roqueform
    Preparing search index...
    • Enhances fields with validation methods powered by Zod.

      Type Parameters

      • Value

        The root field value.

      Parameters

      • type: ZodType<any, any, Value>

        The type that validates the field value.

      Returns FieldPlugin<Value, ZodMixin>