import { IComGithubCiliumCiliumPkgPolicyApiCIDRRule } from "./CIDRRule.js"; /** * CIDRRuleSlice is a slice of CIDRRules. It allows receiver methods to be * defined for transforming the slice into other convenient forms such as * EndpointSelectorSlice. */ export type ICIDRRuleSlice = Array; export type CIDRRuleSlice = ICIDRRuleSlice; export type { ICIDRRuleSlice as IComGithubCiliumCiliumPkgPolicyApiCIDRRuleSlice, CIDRRuleSlice as ComGithubCiliumCiliumPkgPolicyApiCIDRRuleSlice };