BleedingSusceptibilityChoices: Record<
    "none"
    | "low"
    | "medium"
    | "high",
    string,
>

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