TypedStatistic
Source: lyda-shared/src/Models/TypedStatistic.ts
Dependencies
import {Statistic} from "./Statistic.js";
import {ActivityTableName} from "../Enums/ActivityTableName.ts";
TypedStatistic
Type: interface
export interface TypedStatistic {
type: ActivityTableName,
stats: Statistic[]
}
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| type | ActivityTableName, | Yes | - |
| stats | Statistic[] | Yes | - |