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

ListRecommendationsResponse

import type { ListRecommendationsResponse } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface ListRecommendationsResponse {
NextToken?: string | null;
RecommendationSummaries?: RecommendationSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Pagination token.

§
RecommendationSummaries?: RecommendationSummary[] | null
[src]

List of recommendations for the requested code review.