@karmaniverous/jeeves-watcher
    Preparing search index...

    Type Alias WatchEvent

    A watch event.

    type WatchEvent = {
        path: string;
        priority: "normal" | "low";
        type: "create" | "modify" | "delete";
    }
    Index

    Properties

    Properties

    path: string

    File path associated with the event.

    priority: "normal" | "low"

    Event priority.

    type: "create" | "modify" | "delete"

    Event type.