Framework APIsInterfaces@divine/uri.FileWatchEventOn this pageInterface: FileWatchEvent@divine/uri.FileWatchEventThe event produced by watch.Propertiestype• type: "create" | "update" | "delete"The type of event.Defined inuri/src/protocols/file.ts:16uri• uri: FileURIThe file resource that changedDefined inuri/src/protocols/file.ts:19