3 lines
229 B
TypeScript
3 lines
229 B
TypeScript
import { RequestOptionsCustom, Response, WebDAVClientContext } from "../types.js";
|
|
export declare function customRequest(context: WebDAVClientContext, remotePath: string, requestOptions: RequestOptionsCustom): Promise<Response>;
|