MovementMediumChoices: Record<
    "none"
    | "terrestrial"
    | "aquatic"
    | "aerial"
    | "burrowing"
    | "astral",
    string,
>

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