mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
259 B
259 B
CertificateValidationType
Example Usage
import { CertificateValidationType } from "prowlarr/models";
let value: CertificateValidationType = "enabled";
Values
"enabled" | "disabledForLocalAddresses" | "disabled"