Files
openclaw/extensions/googlechat/secret-contract-api.ts
2026-06-04 21:33:54 -04:00

7 lines
189 B
TypeScript

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