bupkis
    Preparing search index...

    Type Alias PhraseLiteralSlot<T>

    PhraseLiteralSlot: $ZodBranded<z.ZodLiteral<T>, "string-literal">

    Branded Zod type representing a compiled phrase literal slot.

    This is the runtime representation of a PhraseLiteral that has been processed into a validation slot. The slot is branded with 'string-literal' to distinguish it from regular string validation during assertion matching.

    Type Parameters

    • T extends string

      The string literal type