import { IComGithubCiliumCiliumPkgPolicyApiCIDR } from "./CIDR.js"; /** * CIDRSlice is a slice of CIDRs. It allows receiver methods to be defined for * transforming the slice into other convenient forms such as * EndpointSelectorSlice. */ export type ICIDRSlice = Array; export type CIDRSlice = ICIDRSlice; export type { ICIDRSlice as IComGithubCiliumCiliumPkgPolicyApiCIDRSlice, CIDRSlice as ComGithubCiliumCiliumPkgPolicyApiCIDRSlice };