import { IComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityList } from "./IdentityList.js"; /** * DenyIdentityList is a list of IdentityTuples that species peers that are * denied. */ export type IDenyIdentityList = IComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityList; export type DenyIdentityList = IDenyIdentityList; export type { IDenyIdentityList as IComGithubCiliumCiliumPkgK8sApisCiliumIoV2DenyIdentityList, DenyIdentityList as ComGithubCiliumCiliumPkgK8sApisCiliumIoV2DenyIdentityList };