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

Properties

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