mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 01:31:14 +00:00
* refactor(mattermost): privatize internal test seams * refactor(msteams): privatize internal test seams * docs(mattermost): fix public API import path * refactor(deadcode): shrink export baseline
4 lines
222 B
TypeScript
4 lines
222 B
TypeScript
// Public Mattermost API barrel for lightweight integration helpers.
|
|
export { buildButtonAttachments } from "./src/mattermost/interactions.js";
|
|
export { isMattermostSenderAllowed } from "./src/mattermost/monitor-auth.js";
|