Type alias MoveDataParams

MoveDataParams: {
    newPath: string;
    oldPath: string;
    uuid: string;
}

Parameters required for moving data in the drive

Type declaration

  • newPath: string

    The new location of the data

  • oldPath: string

    The path of the data to move

  • uuid: string

    The node to move data in

Generated using TypeDoc