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