Type alias AbstractConstructorParameters<T>

AbstractConstructorParameters<T>: ConstructorParameters<(new (...args) => any) & T>

Allows extension of constructors that use POJOs

Type Parameters

  • T

Generated using TypeDoc