interface RenameFileRequest {
    path: string;
    to: string;
}

Properties

Properties

path: string
to: string

Generated using TypeDoc