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

ListFlowsResponse

import type { ListFlowsResponse } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface ListFlowsResponse {
flows?: FlowDefinition[] | null;
nextToken?: string | null;
}

§Properties

§
flows?: FlowDefinition[] | null
[src]

The list of flows associated with your account.

§
nextToken?: string | null
[src]

The pagination token for next page of data.