/** * If this objective enables Perks intrinsically, the conditions for that enabling are defined here. */ export interface DestinyDefinitionsDestinyObjectiveDefinitionPerks { /** * The hash identifier of the DestinySandboxPerkDefinition that will be applied to the character. */ perkHash?: number; /** * An enumeration indicating whether it will be applied as long as the Objective is active, when it\'s completed, or until it\'s completed. */ style?: number; }