You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
ConsentTemplateList
Representation of a Consent Template List ConsentTemplateList
export interface ConsentTemplateList {
'consentTemplates'?: Array<ConsentTemplate>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
consentTemplates | Optional | Array<ConsentTemplate> | List of consent templates {Array<ConsentTemplate>} ConsentTemplateList |