/** * A shortcut for getting the background color of the user\'s currently equipped emblem without having to do a DestinyInventoryItemDefinition lookup. */ export interface DestinyEntitiesCharactersDestinyCharacterComponentEmblemColor { red?: string; green?: string; blue?: string; alpha?: string; }