Membrane SDK - v0.9.1
    Preparing search index...

    Function zodBooleanCoercion

    • Custom Zod type intended to be used to process query parameters in API requests. Treats strings "true" and "1" as true and strings "false" and "0" as false. Shows up as a simple boolean in OpenAPI schema while accepting strings during parsing

      Returns ZodPipe<ZodTransform<boolean, unknown>, ZodBoolean>