Type alias IodStat

IodStat: {
    avg: number;
    max: number;
    min: number;
}

Statistics of the samples.

Type declaration

  • avg: number
  • max: number
  • min: number

Generated using TypeDoc