@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
11 lines • 491 B
TypeScript
import { IFavorites } from "./types.js";
export { IFavorites, Favorites, IFollowedSites, IFollowedSiteInfo, IFollowedExchangeId, IFollowedListItems, IFollowedListItemInfo, IFavoritesResourceVisualization, IFavoritesUser, } from "./types.js";
declare module "../fi" {
interface SPFI {
/**
* Access to the favorites instance which allows you to track followed sites and items.
*/
readonly favorites: IFavorites;
}
}
//# sourceMappingURL=index.d.ts.map