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