Interface CloseSession

interface CloseSession {
    Request?: commonpb.Request;
    Response?: commonpb.Response;
}

Properties

Properties

Request?: commonpb.Request
Response?: commonpb.Response