mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(fs/wtacher): fix incorrect type for rename events (#947)
This commit is contained in:
@@ -1150,7 +1150,7 @@ type WatchEventKindModify =
|
||||
| "extended"
|
||||
| "other";
|
||||
}
|
||||
| { kind: "name"; mode: "any" | "to" | "from" | "both" | "other" }
|
||||
| { kind: "rename"; mode: "any" | "to" | "from" | "both" | "other" }
|
||||
| { kind: "other" };
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user