Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models.Translation;
///
/// Represents translation supported model
///
public partial interface ITranslationSupportedModel
{
///
/// Gets or sets the value whether pre-translation is available
///
bool PreTranslationAvailable { get; set; }
}