@tauri-apps/plugin-fs - v2.4.1
    Preparing search index...

    Type Alias WatchEventKindModify

    WatchEventKindModify:
        | { kind: "any" }
        | { kind: "data"; mode: "any" | "size" | "content" | "other" }
        | {
            kind: "metadata";
            mode:
                | "any"
                | "access-time"
                | "write-time"
                | "permissions"
                | "ownership"
                | "extended"
                | "other";
        }
        | { kind: "rename"; mode: "any"
        | "to"
        | "from"
        | "both"
        | "other" }
        | { kind: "other" }

    2.0.0