Files
analiticaNucleo/nuxt4-app/server/data-sources/retenciones/config.ts

7 lines
160 B
TypeScript

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