interface ICmdReq {
    command: IRespCommand;
    request: IRequest;
}

Properties

Properties

command: IRespCommand
request: IRequest