ItemLikeV2 type

A union type that includes both the full Fabric item metadata and various kinds of partial item metadata, such as Recent and Favorite. These partial metadata types are designed to be used for different rendering purposes without requiring the full item metadata to be fetched.

type ItemLikeV2 = ItemV2 | FavoriteStubItemV2 | RecentStubItemV2