import type { TableConfig } from '../types' export const asistenciasConfig: TableConfig = { table: 'asistencias', primaryKey: 'id' }