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

ListDatasetsResponse

import type { ListDatasetsResponse } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Response for the ListDatasets operation

interface ListDatasetsResponse {
datasets?: Dataset[] | null;
nextToken?: string | null;
}

§Properties

§
datasets?: Dataset[] | null
[src]

List of Datasets.

§
nextToken?: string | null
[src]

A token indicating where a results page should begin.