UNPKG

@microsoft/teams.apps

Version:

<p> <a href="https://www.npmjs.com/package/@microsoft/teams.apps" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.apps/latest" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.apps?activeTab=code

12 lines (11 loc) 198 B
import { IPlugin } from './plugin'; /** * some event emitted from * either the App or a Plugin */ export interface IEvent { /** * the sender of the event */ sender?: IPlugin; }