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