type alias FSEventimport { type FSEvent } from "https://deno.land/x/live@1.102.0/daemon/fs/common.ts"; definition: { type: "fs-sync"; detail: SyncUpdate; } | { type: "fs-snapshot"; detail: SnapshotUpdate; }