import { DestinyDefinitionsDestinyGearArtArrangementReference } from './destinyDefinitionsDestinyGearArtArrangementReference'; import { DestinyDyeReference } from './destinyDyeReference'; /** * If this item can be rendered, this block will be non-null and will be populated with rendering information. */ export interface DestinyDefinitionsDestinyInventoryItemDefinitionTranslationBlock { weaponPatternIdentifier?: string; weaponPatternHash?: number; defaultDyes?: Array; lockedDyes?: Array; customDyes?: Array; arrangements?: Array; hasGeometry?: boolean; }