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