UNPKG

@microsoft/teams.cards

Version:

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

16 lines (14 loc) 290 B
/** * Initial data that input fields will be combined with. These are essentially ‘hidden’ properties. */ type MSTeamsData<T> = { /** * Teams specific payload data. */ msteams: T; /** * Other */ [key: string]: any; }; export type { MSTeamsData };