/** * An old holdover from the original Armory, this was an attempt to group perks by functionality. It is as yet unpopulated, and there will be quite a bit of work needed to restore it to its former working order. */ export interface DestinyDefinitionsDestinySandboxPerkDefinitionPerkGroups { weaponPerformance?: number; impactEffects?: number; guardianAttributes?: number; lightAbilities?: number; damageTypes?: number; }