Interface IClass<T>

Generic Class interface to be used as type.

Type Parameters

  • T

    Generic type for the class definition

Hierarchy

  • IClass

Constructors

Constructors

  • Generic constructor definition for the class

    Returns

    A class' instance

    Type Parameters

    • R

    Parameters

    • Rest ...r: R[]

      Rest parameter with the entire constructor payload

    Returns T

Generated using TypeDoc