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

4 lines (3 loc) 154 B
export type Suffixed<T, S extends string | undefined = undefined> = { [K in Extract<keyof T, string> as S extends string ? `${K}${S}` : K]?: T[K]; };