/** * Model: ConnectorEndpointOneOf * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { Vector } from '../vector'; export interface ConnectorEndpointOneOf { /** Node ID that this endpoint attaches to. */ endpointNodeId?: string; /** @see Vector */ position?: Vector; } //# sourceMappingURL=connector-endpoint-one-of.d.ts.map