Files
openclaw/test/helpers/channels/interactive-contract.ts
2026-04-04 00:11:39 +01:00

13 lines
432 B
TypeScript

export type {
DiscordInteractiveHandlerContext,
DiscordInteractiveHandlerRegistration,
} from "../../../extensions/discord/contract-api.js";
export type {
SlackInteractiveHandlerContext,
SlackInteractiveHandlerRegistration,
} from "../../../extensions/slack/contract-api.js";
export type {
TelegramInteractiveHandlerContext,
TelegramInteractiveHandlerRegistration,
} from "../../../extensions/telegram/contract-api.js";