/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type EndpointPortConfig = { Name?: string; Protocol?: 'tcp' | 'udp'; /** * The port inside the container. */ TargetPort?: number; /** * The port on the swarm hosts. */ PublishedPort?: number; /** * The mode in which port is published. * *