metatell Bot SDK - v2.0.0
    Preparing search index...

    Type Alias ServiceKey<T>

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

    Type Parameters

    • T