/** * The position on the map of the art element. */ export interface DestinyDefinitionsDirectorDestinyActivityGraphArtElementDefinitionPosition { x?: number; y?: number; z?: number; }