OpenCode.Generated.SnapshotFileDiff (opencode_sdk v0.1.38)

Copy Markdown View Source

Provides struct and type for a SnapshotFileDiff

Summary

Types

t()

@type t() :: %OpenCode.Generated.SnapshotFileDiff{
  additions: number(),
  deletions: number(),
  file: String.t(),
  patch: String.t(),
  status: String.t() | nil
}