import { GuidValue } from "@omnia/fx-models"; export interface AppDefaultPageCollection { appInstanceId: GuidValue; publishingAppPath: string; route: string; }