import { Layout } from "@omnia/fx-models"; export interface PageBase { id: string; title: string; layout: Layout; publishingAppId: string; }