LemonCliRunners. CodexSchema. FileUpdateChange
(lemon_cli_runners v0.1.0)
View Source
Individual file change within a FileChangeItem
Summary
Types
@type change_kind() :: :add | :delete | :update
@type t() :: %LemonCliRunners.CodexSchema.FileUpdateChange{ kind: change_kind(), path: String.t() }