/** * EndpointState State of endpoint * * swagger:model EndpointState */ export type IEndpointState = string; export type EndpointState = IEndpointState; export type { IEndpointState as IComGithubCiliumCiliumApiV1ModelsEndpointState, EndpointState as ComGithubCiliumCiliumApiV1ModelsEndpointState };