/** * The #RGB string value for the color related to this progression, if there is one. */ export interface DestinyDefinitionsDestinyProgressionDefinitionColor { red?: string; green?: string; blue?: string; alpha?: string; }