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