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