/** * The color associated with this group of commendations. */ export interface DestinyDefinitionsSocialDestinySocialCommendationNodeDefinitionColor { red?: string; green?: string; blue?: string; alpha?: string; }