import { IComGithubCiliumCiliumPkgPolicyApiPortRuleHTTP } from "./PortRuleHTTP.js"; /** * PortRulesHTTP is a slice of PortRuleHTTP. * This type allows for an order-agnostic deep equality comparison. */ export type IPortRulesHTTP = Array; export type PortRulesHTTP = IPortRulesHTTP; export type { IPortRulesHTTP as IComGithubCiliumCiliumPkgPolicyApiPortRulesHTTP, PortRulesHTTP as ComGithubCiliumCiliumPkgPolicyApiPortRulesHTTP };