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

13 lines
402 B
TypeScript

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