DAVProp
export type DAVProp = {
name: string;
namespace?: DAVNamespace;
value?: string | number;
};
props of the webdav requests and response
namename of the propnamespacexml namespace of the propvaluevalue of the prop
export type DAVProp = {
name: string;
namespace?: DAVNamespace;
value?: string | number;
};
props of the webdav requests and response
name name of the propnamespace xml namespace of the propvalue value of the prop