mirror of https://github.com/openclaw/openclaw.git
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";
|