Skip to main content

Statistic

Source: lyda-shared/src/Models/Statistic.ts

Statistic

Type: interface

export interface Statistic {
id: any,
label: string,
value: number,
}

Properties

PropertyTypeRequiredDescription
idany,Yes-
labelstring,Yes-
valuenumber,Yes-