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