DAVProp
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
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