import type { ChannelId } from "../channels/plugins/types.public.js";

export type HookMessageChannel = ChannelId;
