Interface StatisticsCtor<Name>

interface StatisticsCtor<Name extends string> {
    new StatisticsCtor(): Statistics<Name>;
}

Type Parameters

  • Name extends string

Constructors

Constructors