import type { DisplayApp } from './DisplayApp'; import type { SiteType } from '../Api/Engagement/IEngagementHandler'; import type { PageType } from './PageType'; export interface IPageExtraData { displayApp: DisplayApp; hubSiteId: string | undefined; isAssociatedSite: boolean; isHub: boolean; pageType: PageType; pageId: string; siteType: SiteType; userAgent: string; webTemplate: string; isEduClass: boolean | undefined; } //# sourceMappingURL=IPageExtraData.d.ts.map