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

    Service registration configuration

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

    Properties

    Properties

    factory: ServiceFactory<unknown>
    key: ServiceKey<unknown>
    options?: ServiceOptions