import { Guid } from "@omnia/fx-models"; export interface MSTeamsInfo { id: Guid; displayName: string; webUrl: string; }