MappedType


interface MappedType<T> extends Type {
  new (): T
}

Methods

construct signature


new (): T

Parameters

There are no parameters.

Returns

T