import { Page } from "../page/Page"; export interface Engagement { page: Page; durationMillis: number; }