/** * AuthenticationMode is a string identifying a supported authentication type */ export type IAuthenticationMode = string; export type AuthenticationMode = IAuthenticationMode; export type { IAuthenticationMode as IComGithubCiliumCiliumPkgPolicyApiAuthenticationMode, AuthenticationMode as ComGithubCiliumCiliumPkgPolicyApiAuthenticationMode };