LemonCliRunners.CodexSchema.FileUpdateChange (lemon_cli_runners v0.1.0)

View Source

Individual file change within a FileChangeItem

Summary

Types

change_kind()

@type change_kind() :: :add | :delete | :update

t()

@type t() :: %LemonCliRunners.CodexSchema.FileUpdateChange{
  kind: change_kind(),
  path: String.t()
}