mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 07:49:30 +00:00
7 lines
262 B
TypeScript
7 lines
262 B
TypeScript
// Discord API module exposes the plugin public contract.
|
|
export { deriveLegacySessionChatType } from "./src/session-contract.js";
|
|
export type {
|
|
DiscordInteractiveHandlerContext,
|
|
DiscordInteractiveHandlerRegistration,
|
|
} from "./src/interactive-dispatch.js";
|