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