/** * Summary data about the item. */ export interface DestinyDefinitionsDestinyInventoryItemDefinitionSummary { /** * Apparently when rendering an item in a reward, this should be used as a sort priority. We\'re not doing it presently. */ sortPriority?: number; }