OpenCode.Generated.SyncEventSessionUpdatedDataInfoSummary (opencode_sdk v0.1.51)

Copy Markdown View Source

Provides struct and type for a SyncEventSessionUpdatedDataInfoSummary

Summary

Types

t()

@type t() :: %OpenCode.Generated.SyncEventSessionUpdatedDataInfoSummary{
  additions: integer(),
  deletions: integer(),
  diffs: [OpenCode.Generated.SnapshotFileDiff.t()] | nil,
  files: integer()
}