Provides struct and type for a FileContentPatchHunks
@type t() :: %OpenCode.Generated.FileContentPatchHunks{ lines: [String.t()], new_lines: integer(), new_start: integer(), old_lines: integer(), old_start: integer() }