import { AppInstanceOutput } from "@omnia/fx-models"; export interface PublishingAppInstanceOutputInfo extends AppInstanceOutput { spUrl: string; }