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

ListProfileObjectTypeTemplatesResponse

import type { ListProfileObjectTypeTemplatesResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface ListProfileObjectTypeTemplatesResponse {
NextToken?: string | null;
}

§Properties

§

The list of ListProfileObjectType template instances.

§
NextToken?: string | null
[src]

The pagination token from the previous ListObjectTypeTemplates API call.