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