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

    Interface IConfigurationProvider

    interface IConfigurationProvider {
        get<T = unknown>(key: string): undefined | T;
        getConfiguration(): BotConfiguration;
    }
    Index

    Methods

    • Type Parameters

      • T = unknown

      Parameters

      • key: string

      Returns undefined | T