Type alias UcConstructor<T>

UcConstructor<out T>: (new (...args) => T)

Type Parameters

  • out T = unknown

    Implied instance type.

Type declaration

    • new (...args): T
    • Class constructor useable as a data model.

      Parameters

      • Rest ...args: never[]
        Rest

      Returns T

Generated using TypeDoc