# `OpenCode.Generated.FileContentPatchHunks`
[🔗](https://github.com/UtkarshUsername/opencode-sdk-elixir/blob/v0.1.84/lib/opencode/generated/file_content_patch_hunks.ex#L1)

Provides struct and type for a FileContentPatchHunks

# `t`

```elixir
@type t() :: %OpenCode.Generated.FileContentPatchHunks{
  lines: [String.t()],
  new_lines: integer(),
  new_start: integer(),
  old_lines: integer(),
  old_start: integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
