Skip to main content

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

PropertyTypeRequiredDescription
typeActivityTableName,Yes-
statsStatistic[]Yes-