8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
import type { TableConfig } from '../types'
|
|
|
|
export const tareasRealizadasConfig: TableConfig = {
|
|
name: 'tareas_realizadas',
|
|
table: 'tareas_realizadas',
|
|
primaryKey: 'id'
|
|
}
|