Type Alias CameraZoomEvent

CameraZoomEvent: { type: "zoom" } & CameraZoomEventPayload

The type of the camera zoom event. The type is for discriminating the event type when the all event is triggered.