export interface PageVisited { [pageId: string]: string; } export interface VisitedPage { pageId: number; isFirstVisitedPage: boolean; }