@@ -297,16 +297,20 @@ export interface EventParams {
297
297
* @public
298
298
*/
299
299
export interface ConsentSettings {
300
- // Enables storage, such as cookies, related to advertising
300
+ /** Enables storage, such as cookies, related to advertising */
301
301
ad_storage ?: ConsentStatusString ;
302
- // Enables storage, such as cookies, related to analytics (for example, visit duration)
302
+ /** Enables storage, such as cookies, related to analytics (for example, visit duration) */
303
303
analytics_storage ?: ConsentStatusString ;
304
- // Enables storage that supports the functionality of the website or app such as language settings
304
+ /**
305
+ * Enables storage that supports the functionality of the website or app such as language settings
306
+ */
305
307
functionality_storage ?: ConsentStatusString ;
306
- // Enables storage related to personalization such as video recommendations
308
+ /** Enables storage related to personalization such as video recommendations */
307
309
personalization_storage ?: ConsentStatusString ;
308
- // Enables storage related to security such as authentication functionality, fraud prevention,
309
- // and other user protection
310
+ /**
311
+ * Enables storage related to security such as authentication functionality, fraud prevention,
312
+ * and other user protection.
313
+ */
310
314
security_storage ?: ConsentStatusString ;
311
315
[ key : string ] : unknown ;
312
316
}
0 commit comments