Skip to content

Commit a1dcc20

Browse files
fix build
1 parent 90261e9 commit a1dcc20

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

lib/esm/generated/rum.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)