Files
openclaw/extensions/slack/contract-api.ts
2026-06-10 13:05:24 +05:30

6 lines
183 B
TypeScript

// Slack API module exposes the plugin public contract.
export type {
SlackInteractiveHandlerContext,
SlackInteractiveHandlerRegistration,
} from "./src/interactive-dispatch.js";