Interface NewableModule<T>

interface NewableModule<T> {
    new NewableModulenew (...args): T;
    type: T["type"];
}

Type Parameters

Hierarchy (view full)

Constructors

Properties

Constructors

  • Parameters

    • Rest ...args: any[]

    Returns T

Properties

type: T["type"]