interface Chown {
    Path: string;
    Response?: commonpb.Response;
}

Properties

Properties

Path: string
Response?: commonpb.Response