include/automata@fsevent@event_WatchEvent.hrl

-record(watch_event, {
    path :: automata@fsevent@path:normalized_path(),
    ops :: gleam@set:set(automata@fsevent@ast:op()),
    renamed_from :: gleam@option:option(automata@fsevent@path:normalized_path())
}).