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