7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
import type { TableConfig } from '../types'
|
|
|
|
export const cuponesConfig: TableConfig = {
|
|
table: 'cupones',
|
|
primaryKey: 'id'
|
|
}
|