UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension.

16 lines (15 loc) 485 B
import { ViewedStatisticType } from '../extensibility'; export declare module Statistics { interface IViewedStatisticUpdateInfo { objectIds?: Array<string>; lastViewed?: Date; lastRead?: Date; recentSiteUrl?: string; recentSiteTemplate?: string; viewedStatisticType?: ViewedStatisticType; } interface IStatisticsProviderSetting { analyticScript?: string; updatePageViewScript?: string; } }