Interface ServiceDetail

interface ServiceDetail {
    Detail?: sliverpb.ServiceDetails;
    Message: string;
    Response?: commonpb.Response;
}

Properties

Message: string
Response?: commonpb.Response