/** * This file was auto-generated by Fern from our API Definition. */ import * as Vectara from "../index"; /** * The data of a table. */ export interface Data { /** The headers of the table. */ headers?: Vectara.Header[]; /** The rows in the data. */ rows?: Vectara.Row[]; }