Skip to main content
Version: 1.1.6

DAVProp

export type DAVProp = {
name: string;
namespace?: DAVNamespace;
value?: string | number;
};

props of the webdav requests and response

  • name name of the prop
  • namespace xml namespace of the prop
  • value value of the prop