Alokai

ConsentTemplate

Representation of a Consent Template ConsentTemplate

export interface ConsentTemplate {
	'currentConsent'?: Consent;
	'description'?: string;
	'id'?: string;
	'name'?: string;
	'version'?: number;
}

Properties

NameRequiredTypeDescription
currentConsentOptionalConsent{Consent} ConsentTemplate
descriptionOptionalstringConsent template description {string} ConsentTemplate
idOptionalstringConsent template identifier {string} ConsentTemplate
nameOptionalstringConsent template name {string} ConsentTemplate
versionOptionalnumberConsent template version {number} ConsentTemplate

Referenced Types

On this page