import { IComGithubCiliumCiliumPkgPolicyApiPortRuleDNS } from "./PortRuleDNS.js"; /** * PortRulesDNS is a slice of PortRuleDNS. * This type allows for an order-agnostic deep equality comparison. */ export type IPortRulesDNS = Array; export type PortRulesDNS = IPortRulesDNS; export type { IPortRulesDNS as IComGithubCiliumCiliumPkgPolicyApiPortRulesDNS, PortRulesDNS as ComGithubCiliumCiliumPkgPolicyApiPortRulesDNS };