Files
openclaw/extensions/mattermost/slash-route-api.ts
2026-06-04 21:40:44 -04:00

3 lines
138 B
TypeScript

// Mattermost API module exposes the plugin public contract.
export { registerSlashCommandRoute } from "./src/mattermost/slash-state.js";