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