tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > UserPreferences

UserPreferences type

Represents the User preferences data.

Signature:

export type UserPreferences = {
    $type?: string;
    Favorites?: Array<FavoriteLink>;
};

References: FavoriteLink