interface ServicesReq {
    Hostname: string;
    Request?: commonpb.Request;
}

Properties

Properties

Hostname: string
Request?: commonpb.Request