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