UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

5 lines (4 loc) 90 B
export default interface LikeInfo { UserLikes: string[]; LikeCount: number; }