Selects the payload associated with one CheckoutEventType.
This powers type-safe event callbacks. For example, CheckoutEventOfType<'error'> resolves to CheckoutErrorEvent.
CheckoutEventOfType<'error'>
Event discriminator to select.
Selects the payload associated with one CheckoutEventType.
This powers type-safe event callbacks. For example,
CheckoutEventOfType<'error'>resolves to CheckoutErrorEvent.