mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 05:20:22 +00:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { isZalouserMutableGroupEntry } from "./mutable-allowlist-detectors.js";
|
|
|
|
export const auditChannelZalouserRuntime = {
|
|
isZalouserMutableGroupEntry,
|
|
};
|