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