bupkis
    Preparing search index...

    Type Alias PhraseLiteralChoiceSlot<H>

    PhraseLiteralChoiceSlot: $ZodBranded<z.ZodType, "string-literal"> & {
        __values: H;
    }

    Branded Zod type representing a compiled choice phrase slot.

    This is the runtime representation of a PhraseLiteralChoice that has been processed into a validation slot. It includes metadata about the available choice values for runtime phrase matching.

    Type Parameters

    • H extends readonly [string, ...string[]]

      The readonly tuple of string choices