7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
import type { TableConfig } from '../types'
|
|
|
|
export const pagosAnticipoConfig: TableConfig = {
|
|
table: 'pagos_anticipo',
|
|
primaryKey: 'id'
|
|
}
|