Closed sarveshnagpal closed 4 years ago
export interface MetricEvent extends PartialEvent { data: MetricData; }
Aside: There's a standard way for declaring this kind of thing using templates.
PageEvent extends PartialEvent
Where PartialEvent
Not sure about the exact TypeScript syntax. #Pending
Refers to: types/decode/data.d.ts:5 in fc920a3. [](commit_id = fc920a336e55554fa7250cf07c6141d9c2bc8b91, deletion_comment = False)
export interface MetricEvent extends PartialEvent { data: MetricData; }
Thanks, I will look it up but probably as part of the next change.
In reply to: 576374275 [](ancestors = 576374275)
Refers to: types/decode/data.d.ts:5 in fc920a3. [](commit_id = fc920a336e55554fa7250cf07c6141d9c2bc8b91, deletion_comment = False)
This is work in progress. Sending out first draft for early review. This is a significant change. I'll follow up later with few more changes, especially around fixing network data bug fixes from b16.