Anyone know why I'm getting this type error? ```TypeScript await tx .update(transactionTemplateEntries) .set({ description: "", isDefault: false, amountExpression: expressionId, templateId: input.templateId, paymentMethodId: input.paymentMethodId, accountId: input.accountId, effectType: input.effectType, }) .where(eq(transactionTemplateEntries.id, input.id)), ```