AfflictionTransmissionChoices: Record<
    | "none"
    | "airborne"
    | "contact"
    | "bodyfluid"
    | "injested"
    | "proximity"
    | "vector"
    | "perception"
    | "arcane"
    | "divine"
    | "spirit",
    string,
>

Value-keyed label map for StringField({ choices }).