ListRecipesResponseCopyimport type { ListRecipesResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/personalize.ts";interface ListRecipesResponse {nextToken?: string | null;recipes?: RecipeSummary[] | null;}§Properties§nextToken?: string | null[src]§recipes?: RecipeSummary[] | null[src]