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

ListDataViewsResponse

import type { ListDataViewsResponse } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";
interface ListDataViewsResponse {
dataViews?: DataViewSummary[] | null;
nextToken?: string | null;
}

§Properties

§
dataViews?: DataViewSummary[] | null
[src]

A list of Dataviews.

§
nextToken?: string | null
[src]

A token indicating where a results page should begin.