From e91bb98ad13cacd4eca5ded3b836648ed43e7ac1 Mon Sep 17 00:00:00 2001 From: Micajuine Ho Date: Wed, 9 Sep 2020 13:05:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Update=20gdprApplies=20Comment?= =?UTF-8?q?=20(#30166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/amp-consent/0.1/consent-info.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/amp-consent/0.1/consent-info.js b/extensions/amp-consent/0.1/consent-info.js index 550343750c31..0824f36ceed0 100644 --- a/extensions/amp-consent/0.1/consent-info.js +++ b/extensions/amp-consent/0.1/consent-info.js @@ -78,6 +78,7 @@ export let ConsentInfoDef; * @typedef {{ * consentStringType: (CONSENT_STRING_TYPE|undefined), * additionalConsent: (string|undefined), + * gdprApplies: (boolean|undefined), * }} */ export let ConsentMetadataDef;