openclaw/test/helpers/channels/interactive-contract.ts

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";