import { History } from "history"; /** * Settings to initialize a ReactAI instance. */ export interface IReactExtensionConfig { /** * React router history for enabling Application Insights PageView tracking. * * @type {History} * @memberof IReactAISettings */ readonly history?: History; }