Raw.StatsAbsValueAndPrev
Statistics value couple; initial and final value for period of time currently in consideration
statsAbsValueAndPrev#cb43acde current:double previous:double = StatsAbsValueAndPrev;
export namespace Raw {
export class StatsAbsValueAndPrev {
constructor(params: { current: number; previous: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xcb43acde