UNPKG

@microsoft/teams.api

Version:

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

9 lines (7 loc) 165 B
type CallerType = keyof typeof CallerIds; declare const CallerIds: { azure: string; gov: string; bot: string; }; export { CallerIds, type CallerType };