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

ListWavesResponse

import type { ListWavesResponse } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface ListWavesResponse {
items?: Wave[] | null;
nextToken?: string | null;
}

§Properties

§
items?: Wave[] | null
[src]

Waves list.

§
nextToken?: string | null
[src]

Response next token.