export interface WidgetData { transaction_id?: string; attempt_id?: string; form_id?: string; name?: string; email?: string; phone?: string; phone2?: string; document?: string; birth_date?: string; store_id?: string; store_name?: string; employee_id?: string; employee_name?: string; amount?: number; score?: number; journey?: string; customer_id?: string; cpf?: string; [key: `param_${string}`]: string | number | undefined; }