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