/** * The position on the map for this node. */ export interface DestinyDefinitionsDirectorDestinyActivityGraphNodeDefinitionPosition { x?: number; y?: number; z?: number; }