openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
17 lines (16 loc) • 513 B
TypeScript
import { t as ResolvedSynologyChatAccount } from "./types-BQ8nQjNk.js";
//#region extensions/synology-chat/src/security-audit.d.ts
declare function collectSynologyChatSecurityAuditFindings(params: {
accountId?: string | null;
account: ResolvedSynologyChatAccount;
orderedAccountIds: string[];
hasExplicitAccountPath: boolean;
}): {
checkId: string;
severity: "info";
title: string;
detail: string;
remediation: string;
}[];
//#endregion
export { collectSynologyChatSecurityAuditFindings as t };