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