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