using Nop.Services.Plugins; namespace Nop.Services.Common; /// /// Misc plugin interface. /// It's used by the plugins that have a configuration page but don't fit any other category (such as payment or tax plugins) /// public partial interface IMiscPlugin : IPlugin { }