mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
7 lines
151 B
C#
7 lines
151 B
C#
namespace NadekoBot.Modules.Searches;
|
|
|
|
public interface ISearchResultInformation
|
|
{
|
|
string TotalResults { get; }
|
|
string SearchTime { get; }
|
|
} |