Payload for :file_written events. Published when a file is written to disk by an agent tool, FileWatcher, or external process.
Summary
Types
@type change_type() :: :created | :changed | :deleted
@type t() :: %Minga.Events.FileWrittenEvent{ change_type: change_type(), path: String.t() }