7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
import type { TableConfig } from '../types'
|
|
|
|
export const retencionesConfig: TableConfig = {
|
|
name: 'retenciones',
|
|
table: 'retenciones',
|
|
primaryKey: 'id'
|
|
} |