Interface Instance<T>

interface Instance<T> {
    constructor: Static<T>;
}

Type Parameters

Properties

Properties

constructor: Static<T>