spellcasting: {
    spells: {
        alchemy: "PF1.Spellcasting.Type.Alchemy";
        arcane: "PF1.Spellcasting.Type.Arcane";
        divine: "PF1.Spellcasting.Type.Divine";
        psychic: "PF1.Spellcasting.Type.Psychic";
    };
    type: {
        hybrid: "PF1.Arcanist";
        prepared: "PF1.SpellPrepPrepared";
        spontaneous: "PF1.SpellPrepSpontaneous";
    };
} = ...