type TLPinchEventInfo = TLBaseEventInfo & {
  delta: VecModel
  name: TLPinchEventName
  point: VecModel
  type: 'pinch'
}
TLPinchEventTLPinchEventName