import { PageId } from "../../fx/models"; export interface PageCollectionSelectionData { id: PageId; title: string; availablePageType: PageId[]; }