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

    Interface ServiceRegistration

    Service registration configuration

    interface ServiceRegistration {
        factory: ServiceFactory<unknown>;
        key: ServiceKey<unknown>;
        options?: ServiceOptions;
    }
    Index
    factory: ServiceFactory<unknown>
    key: ServiceKey<unknown>
    options?: ServiceOptions