import { IComGithubCiliumCiliumPkgIpamTypesAllocationIP } from "./AllocationIP.js"; /** * AllocationMap is a map of allocated IPs indexed by IP */ export type IAllocationMap = { [key: string]: IComGithubCiliumCiliumPkgIpamTypesAllocationIP; }; export type AllocationMap = IAllocationMap; export type { IAllocationMap as IComGithubCiliumCiliumPkgIpamTypesAllocationMap, AllocationMap as ComGithubCiliumCiliumPkgIpamTypesAllocationMap };