mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 00:18:29 +02:00
10 lines
273 B
TypeScript
10 lines
273 B
TypeScript
export type {
|
|
CommandAuthorizer,
|
|
CommandGatingModeWhenAccessGroupsOff,
|
|
} from "../channels/command-gating.js";
|
|
export {
|
|
resolveCommandAuthorizedFromAuthorizers,
|
|
resolveControlCommandGate,
|
|
resolveDualTextControlCommandGate,
|
|
} from "../channels/command-gating.js";
|