@illavv/run_typer - v4.1.0
    Preparing search index...

    Type Alias UnrepresentablePolicy

    UnrepresentablePolicy: "any" | "throw"

    How toJSONSchema should treat a slot it cannot express.

    Type Declaration

    • "any"

      Emit {}, which accepts anything, and carry on. The default.

    • "throw"

      Throw, listing every offending path. Use in a build step.