interface Services {
    Details: sliverpb.ServiceDetails[];
    Error: string;
    Response?: commonpb.Response;
}

Properties

Error: string
Response?: commonpb.Response