ProtoTwin API
    Preparing search index...

    Type Alias TrackableType<T>

    Trackable type.

    type TrackableType<T extends ITrackable<any>> = {
        prototype: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    prototype: T