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

    Function zodBooleanCoercion

    • Custom Zod boolean coercion that properly handles the string "false" Unlike z.coerce.boolean(), this function treats "false" string as false Shows up as a simple boolean in OpenAPI schema while accepting strings during parsing

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