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