interface OpenSession {
    C2s: string[];
    Delay: string;
    Request?: commonpb.Request;
    Response?: commonpb.Response;
}

Properties

C2s: string[]
Delay: string
Request?: commonpb.Request
Response?: commonpb.Response