Files
openclaw/src/plugin-sdk/command-gating.ts
2026-04-17 16:05:09 +01:00

10 lines
273 B
TypeScript

export type {
CommandAuthorizer,
CommandGatingModeWhenAccessGroupsOff,
} from "../channels/command-gating.js";
export {
resolveCommandAuthorizedFromAuthorizers,
resolveControlCommandGate,
resolveDualTextControlCommandGate,
} from "../channels/command-gating.js";