ApiWatchedDirList Data Model

A list of watched directories.

Properties
name data type description
items array of ApiWatchedDir

Example

{
  "items" : [ {
    "path" : "..."
  }, {
    "path" : "..."
  } ]
}