File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
special-pages/shared/types Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export default tseslint.config(
18
18
'special-pages/pages/**/public' ,
19
19
'special-pages/pages/**/types' ,
20
20
'special-pages/pages/**/messages' ,
21
+ 'special-pages/shared/types' ,
21
22
'special-pages/playwright-report/' ,
22
23
'special-pages/test-results/' ,
23
24
'playwright-report' ,
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ export type ReportMetricEvent = ExceptionMetric;
12
12
* Requests, Notifications and Subscriptions from the Shared feature
13
13
*/
14
14
export interface SharedMessages {
15
- notifications : ReportMetricNotification ;
15
+ notifications : ReportMetricNotification ;
16
16
}
17
17
/**
18
18
* Generated from @see "../messages/reportMetric.notify.json"
19
19
*/
20
20
export interface ReportMetricNotification {
21
- method : ' reportMetric' ;
22
- params : ReportMetricEvent ;
21
+ method : " reportMetric" ;
22
+ params : ReportMetricEvent ;
23
23
}
24
24
export interface ExceptionMetric {
25
- metricName : ' exception' ;
26
- params : {
27
- message : string ;
28
- } ;
25
+ metricName : " exception" ;
26
+ params : {
27
+ message : string ;
28
+ } ;
29
29
}
You can’t perform that action at this time.
0 commit comments