Files
openclaw/src/gateway/hooks.types.ts
2026-04-11 13:26:50 +01:00

4 lines
115 B
TypeScript

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