mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 12:00:43 +00:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import type { ChannelId } from "../channels/plugins/types.public.js";
|
|
|
|
export type HookMessageChannel = ChannelId;
|