/**
 * Client module for the Minimax API
 *
 * This barrel file exports all components from the client module
 */
export * from './minimax-client';
export * from './resources/received-invoices';
export * from './resources/customers';
