export type { ZenskarError } from '../types/elements'; export type { ServiceParams } from '../types/types'; export type { ICustomer as Customer, ICustomerPaymentMethod as PaymentMethod, ICustomerPaymentMethodsList as PaymentMethodsList, } from '../types/customer.types'; export type { IInvoice as Invoice, IInvoicesList as InvoicesList, } from '../types/invoice.types'; export type { IPayment as Payment, IPaymentsList as PaymentsList, } from '../types/payments.types'; export type { IPayment as Transaction } from '../types/payments.types'; /** * @deprecated * Use PaymentsList instead */ export type { IPaymentsList as TransactionsList } from '../types/payments.types';