import type { TableConfig } from '../types' export const anticiposConfig: TableConfig = { table: 'anticipos', primaryKey: 'id' }