export interface Page {
  prefix: string;
  id: string;
}