ListFlowsResponseCopyimport type { ListFlowsResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";interface ListFlowsResponse {Flows?: ListedFlow[] | null;NextToken?: string | null;}§Properties§Flows?: ListedFlow[] | null[src]§NextToken?: string | null[src]