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