interface LsReq {
    Path: string;
    Request?: commonpb.Request;
}

Properties

Properties

Path: string
Request?: commonpb.Request