import type { Item } from '..'; export interface BeginCheckout { event: 'begin_checkout'; ecommerce: { shipping_tier: 'Ground'; currency: 'BRL'; value: number; coupon: string; items: Array; }; }