/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { EndpointPortConfig } from './EndpointPortConfig'; /** * represents the port status of a task's host ports whose service has published host ports */ export type PortStatus = { Ports?: Array; };