interface CopyFileRequest {
    path: string;
}

Properties

Properties

path: string

Generated using TypeDoc