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://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";

Represents a single row in the query results.

interface Row {
Data: Datum[];
}

§Properties

§
Data: Datum[]
[src]

List of data points in a single row of the result set.