TLArrowTerminal
Public TypeAlias
Signature
type TLArrowTerminal =
  | {
      type: 'binding'
      boundShapeId: TLShapeId
      normalizedAnchor: Vec2dModel
      isExact: boolean
    }
  | {
      type: 'point'
      x: number
      y: number
    }