/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * PeerInfo represents one peer of an overlay network. * */ export type PeerInfo = { /** * ID of the peer-node in the Swarm cluster. */ Name?: string; /** * IP-address of the peer-node in the Swarm cluster. */ IP?: string; };