// @generated — do not edit import { permissions } from "../lib/permissions.generated"; import { run } from "./updateAccount"; import { defineCommand } from "@tailor-platform/erp-kit/core"; export const updateAccount = defineCommand("updateAccount", permissions.accountManagement.updateAccount, run);