Deno.FsEventinterface FsEvent {flag?: FsEventFlag;kind: | "any" | "access" | "create" | "modify" | "remove" | "other";paths: string[];}§Properties§flag?: FsEventFlag[src]§kind: "any" | "access" | "create" | "modify" | "remove" | "other"[src]§paths: string[][src]