# This file is auto-generated by alef. DO NOT EDIT. defmodule HtmlToMarkdown.TableGrid do @moduledoc "A structured table grid with cell-level data including spans." defstruct rows: 0, cols: 0, cells: [] end