type ServiceAddress = {
    name: string,
    host: string,
    port: number,
}

export default ServiceAddress;
