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

ListStatementsResponse

import type { ListStatementsResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface ListStatementsResponse {
NextToken?: string | null;
Statements?: Statement[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if not all statements have yet been returned.

§
Statements?: Statement[] | null
[src]

Returns the list of statements.