@wpazderski/js-utils
    Preparing search index...

    Type Alias ConstructorWithInterface<TConstructor, TInterface>

    ConstructorWithInterface: TConstructor & Constructor<TInterface>

    Represents a constructor type that implements a specific interface.

    Type Parameters

    • TConstructor extends Constructor

      The constructor type that extends the base Constructor.

    • TInterface extends object

      The interface that the constructor implements.