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