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