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