Try your search with a different keyword or use * as a wildcard.
namespace Nop.Services.Messages;
///
/// Notification type
///
public enum NotifyType
{
///
/// Success
///
Success,
///
/// Error
///
Error,
///
/// Warning
///
Warning
}