Home > @tridion-sites/open-api-client > UserPreferences
Represents the User preferences data.
Signature:
export type UserPreferences = { $type?: string; Favorites?: Array<FavoriteLink>; };
References: FavoriteLink