mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-07 07:11:06 +00:00
13 lines
432 B
TypeScript
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";
|