Metatell AI Bot - v0.0.10
    Preparing search index...

    Type Alias ServiceKey<T>

    ServiceKey:
        | (new (...args: ConstructorArgs) => T)
        | (abstract new (...args: ConstructorArgs) => T)

    Type Parameters

    • T