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

3 lines
135 B
TypeScript

export declare function generateLockXML(ownerHREF: string): string;
export declare function parseGenericResponse(xml: string): Object;