export interface IHotjarSettings {
    trackingCode: string;
    version?: number;
}
