MysterySubTypeChoices: Record<
    "other"
    | "boon"
    | "boost"
    | "fate"
    | "grace"
    | "piety",
    string,
>

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