Skip to content

Commit 069d0c8

Browse files
committed
Update API reports
1 parent e5a7b73 commit 069d0c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common/api-review/analytics.api.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,18 @@ export interface AnalyticsSettings {
2323

2424
// @public
2525
export interface ConsentSettings {
26+
// (undocumented)
27+
[key: string]: unknown;
2628
// (undocumented)
2729
ad_storage?: ConsentStatusString;
2830
// (undocumented)
2931
analytics_storage?: ConsentStatusString;
32+
// (undocumented)
33+
functionality_storage?: ConsentStatusString;
34+
// (undocumented)
35+
personalization_storage?: ConsentStatusString;
36+
// (undocumented)
37+
security_storage?: ConsentStatusString;
3038
}
3139

3240
// @public

0 commit comments

Comments
 (0)