openclaw/extensions/mattermost/secret-contract-api.ts
2026-06-04 21:40:44 -04:00

6 lines
189 B
TypeScript

// Mattermost API module exposes the plugin public contract.
export {
channelSecrets,
collectRuntimeConfigAssignments,
secretTargetRegistryEntries,
} from "./src/secret-contract.js";