import { NavigationArchiveInfo } from "."; export interface NavigationArchiveInfoQueryResult { nextPage: string; items: Array; }