import { GuidValue } from "@omnia/fx-models";
export interface PromotedTagOptions {
    appInstanceId: GuidValue;
    promotedPropertyInternalName: string;
}
