Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Row

import type { Row } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Row representation.

interface Row {
cells?: Cell[];
}

§Properties

§
cells?: Cell[]
[src]

Cells in the row.