interface Mv {
    Dst: string;
    Response?: commonpb.Response;
    Src: string;
}

Properties

Properties

Dst: string
Response?: commonpb.Response
Src: string