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/sqladmin:v1.ts";

Contains the values for a row.

interface Row {
values?: Value[];
}

§Properties

§
values?: Value[]
[src]

The values for the row.