UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 243 B
export interface ITeamChannel { description: string; displayName: string; id: string; isFavoriteByDefault: boolean; webUrl: string; email: string; membershipType: string; } //# sourceMappingURL=ITeamChannel.d.ts.map