FileWatchEventType
Type of a filesystem watch event.
type FileWatchEventType =
| "Access"
| "Create"
| "Modify"
| "Remove"
| "Unknown";Type of a filesystem watch event.
type FileWatchEventType =
| "Access"
| "Create"
| "Modify"
| "Remove"
| "Unknown";