File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2019 Google Inc.
3
+ * Copyright 2019 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
@@ -206,7 +206,7 @@ export interface Item {
206
206
item_variant ?: string ;
207
207
price ?: Currency ;
208
208
quantity ?: number ;
209
- index ?: string ;
209
+ index ?: number ;
210
210
coupon ?: string ;
211
211
item_list_name ?: string ;
212
212
item_list_id ?: string ;
Original file line number Diff line number Diff line change @@ -5050,7 +5050,7 @@ declare namespace firebase.analytics {
5050
5050
item_variant ?: string ;
5051
5051
price ?: Currency ;
5052
5052
quantity ?: number ;
5053
- index ?: string ;
5053
+ index ?: number ;
5054
5054
coupon ?: string ;
5055
5055
item_list_name ?: string ;
5056
5056
item_list_id ?: string ;
You can’t perform that action at this time.
0 commit comments