Codex.Items.GhostSnapshot (Codex SDK v0.6.0)

Copy Markdown View Source

Raw response item describing a ghost snapshot captured for undo.

Summary

Types

t()

@type t() :: %Codex.Items.GhostSnapshot{
  ghost_commit: map(),
  id: String.t() | nil,
  type: :ghost_snapshot
}