fix(plugin-sdk): export ssrf policy type

This commit is contained in:
Vincent Koc
2026-04-03 18:46:27 +09:00
parent 1bba19decb
commit 726bfd3434

View File

@@ -7,6 +7,7 @@ import {
} from "../infra/net/ssrf.js";
export { isPrivateIpAddress };
export type { SsrFPolicy };
export function ssrfPolicyFromAllowPrivateNetwork(
allowPrivateNetwork: boolean | null | undefined,