Skip to content

trackkit / queues/types / QueuedEventUnion

Type Alias: QueuedEventUnion

QueuedEventUnion = QueuedTrackEvent | QueuedPageviewEvent | QueuedIdentifyEvent

Defined in: queues/types.ts:88

Union of all queued event variants.

This is the core type used by queue implementations.

Released under the MIT License.