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