import { Page } from "../../fx/models"; export interface PageTypeSelectionData extends Page { title: string; }