import { IComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityTuple } from "./IdentityTuple.js"; /** * IdentityList is a list of IdentityTuple. */ export type IIdentityList = Array; export type IdentityList = IIdentityList; export type { IIdentityList as IComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityList, IdentityList as ComGithubCiliumCiliumPkgK8sApisCiliumIoV2IdentityList };