FileWatchEventOverflow import { FileWatchEventOverflow } from "destack:fs/binding"; Filesystem overflow watch event. export struct FileWatchEventOverflow { kind: "overflow"; cookie: uint64; } language/library/src/fs/binding/watch.ds:97:102 Members kind: "overflow" Event discriminator. cookie: uint64 Host event cookie.