import { DestinyCharacterDestinyItemPeerView } from './destinyCharacterDestinyItemPeerView'; /** * A minimal view of: - Equipped items - The rendering-related custom options on those equipped items Combined, that should be enough to render all of the items on the equipped character. */ export interface DestinyEntitiesCharactersDestinyCharacterRenderComponentPeerView { equipment?: Array; }