UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines 252 B
//#region src/channels/inbound-event/kind.d.ts /** * High-level inbound event class used to separate actionable user requests from room activity. */ type InboundEventKind = "user_request" | "room_event"; //#endregion export { InboundEventKind as t };