import { GuidValue } from "../../models"; export interface IFeatureJourney { appInstanceId?: GuidValue; targetResolverType: string; onInstanceClosed?: () => void; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-features-journey": IFeatureJourney; } } }