import type { IpAllowlistConfig } from '../schemas/IpAllowlistConfig'; /** * This is the request spec to create IP Allowlist config in Harness */ export interface IpAllowlistConfigRequest { ip_allowlist_config?: IpAllowlistConfig; }