UNPKG

ownfiles

Version:

A library to manage files in a Solid User's Pod

4 lines 369 B
import FileClient from './fileClient'; export declare const renameFolder: (this: FileClient, resource: string, newName: string) => Promise<unknown>; export declare const renameFile: (this: FileClient, resource: string, newName: string) => Promise<import("./create").ExtendedResponseType | import("./create").ExtendedResponseType[]>; //# sourceMappingURL=rename.d.ts.map