NeahNew/node_modules/webdav/dist/node/operations/customRequest.d.ts
2025-05-03 14:17:46 +02:00

3 lines
229 B
TypeScript

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