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

ListTerminologiesResponse

import type { ListTerminologiesResponse } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface ListTerminologiesResponse {
NextToken?: string | null;
TerminologyPropertiesList?: TerminologyProperties[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

§
TerminologyPropertiesList?: TerminologyProperties[] | null
[src]

The properties list of the custom terminologies returned on the list request.