Interface StaticLike<T>

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

Type Parameters

Hierarchy (View Summary)

Constructors

Properties

Constructors

  • Parameters

    • ...args: any[]

    Returns any

Properties

"[metadata]"?: null | _DecoratorMetadata<T>