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

ListRecipesResponse

import type { ListRecipesResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListRecipesResponse {
nextToken?: string | null;
recipes?: RecipeSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A token for getting the next set of recipes.

§
recipes?: RecipeSummary[] | null
[src]

The list of available recipes.