UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 209 B
export interface IAddCommentPayload { text: string; mentions: IAddMention[]; } interface IAddMention { email: string; name: string; } export {}; //# sourceMappingURL=IAddCommentPayload.d.ts.map