import { IMutableContext, GuidValue } from "@omnia/fx-models"; export interface IOPMContext extends IMutableContext { teamAppId: GuidValue; }