import { IComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityList } from "./IdentityList.js"; /** * AllowedIdentityList is a list of IdentityTuples that species peers that are * allowed. */ export type IAllowedIdentityList = IComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityList; export type AllowedIdentityList = IAllowedIdentityList; export type { IAllowedIdentityList as IComGithubCiliumCiliumPkgK8sApisCiliumIoV2AllowedIdentityList, AllowedIdentityList as ComGithubCiliumCiliumPkgK8sApisCiliumIoV2AllowedIdentityList };