File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1725,7 +1725,7 @@ export interface ViewProperties {
17251725 /**
17261726 * Number of crashes that occurred on the view
17271727 */
1728- readonly count ? : number ;
1728+ readonly count : number ;
17291729 [ k : string ] : unknown ;
17301730 } ;
17311731 /**
@@ -1735,7 +1735,7 @@ export interface ViewProperties {
17351735 /**
17361736 * Number of long tasks that occurred on the view
17371737 */
1738- readonly count ? : number ;
1738+ readonly count : number ;
17391739 [ k : string ] : unknown ;
17401740 } ;
17411741 /**
@@ -1745,7 +1745,7 @@ export interface ViewProperties {
17451745 /**
17461746 * Number of frozen frames that occurred on the view
17471747 */
1748- readonly count ? : number ;
1748+ readonly count : number ;
17491749 [ k : string ] : unknown ;
17501750 } ;
17511751 /**
Original file line number Diff line number Diff line change @@ -1725,7 +1725,7 @@ export interface ViewProperties {
17251725 /**
17261726 * Number of crashes that occurred on the view
17271727 */
1728- readonly count ? : number ;
1728+ readonly count : number ;
17291729 [ k : string ] : unknown ;
17301730 } ;
17311731 /**
@@ -1735,7 +1735,7 @@ export interface ViewProperties {
17351735 /**
17361736 * Number of long tasks that occurred on the view
17371737 */
1738- readonly count ? : number ;
1738+ readonly count : number ;
17391739 [ k : string ] : unknown ;
17401740 } ;
17411741 /**
@@ -1745,7 +1745,7 @@ export interface ViewProperties {
17451745 /**
17461746 * Number of frozen frames that occurred on the view
17471747 */
1748- readonly count ? : number ;
1748+ readonly count : number ;
17491749 [ k : string ] : unknown ;
17501750 } ;
17511751 /**
You can’t perform that action at this time.
0 commit comments