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