ownfiles
Version:
A library to manage files in a Solid User's Pod
5 lines • 389 B
TypeScript
import { ExtendedResponseType } from './create';
import FileClient from './fileClient';
export declare const deleteResource: (this: FileClient, resources: string | string[]) => Promise<ExtendedResponseType> | Promise<ExtendedResponseType[]>;
export declare const deleteRecursively: (this: FileClient, resource: string) => Promise<ExtendedResponseType>;
//# sourceMappingURL=delete.d.ts.map