Interface StaticLike<T>

interface StaticLike<T> {
    new StaticLikenew (...args: any[]): any;
    [metadata]?: null | _DecoratorMetadata<T>;
}

Type Parameters

Hierarchy (view full)

Constructors

Properties

Constructors

  • Parameters

    • Rest...args: any[]

    Returns any

Properties

[metadata]?: null | _DecoratorMetadata<T>