import { DestinyDestinyProgression } from './destinyDestinyProgression'; /** * Data related to your progress on the current season\'s artifact that is the same across characters. */ export interface DestinyComponentsProfilesDestinyProfileProgressionComponentSeasonalArtifact { artifactHash?: number; pointProgression?: DestinyDestinyProgression; pointsAcquired?: number; powerBonusProgression?: DestinyDestinyProgression; powerBonus?: number; }