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