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

GetSampleDataResponse

import type { GetSampleDataResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface GetSampleDataResponse {
HeaderValues?: string[] | null;
SampleRows?: string[][] | null;
}

§Properties

§
HeaderValues?: string[] | null
[src]

A list of header labels for the records.

§
SampleRows?: string[][] | null
[src]

A list of records.