export interface MaxiPagoAuth {
  merchantId: string;
  merchantKey: string;
}
