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