contextNoteCategories: {
    abilityChecks: { label: "Ability Checks" };
    attacks: { label: "Attacks" };
    defense: { label: "Defense" };
    misc: { label: "Miscellaneous" };
    savingThrows: { label: "Saving Throws" };
    skill: {
        filters: { actor: { exclude: string[] } };
        label: "Specific Skill";
    };
    skills: { filters: { actor: { exclude: string[] } }; label: "Skills" };
    speed: { label: "Speed" };
    spell: { filters: { actor: { exclude: string[] } }; label: "Spells" };
} = ...

Context Note categories