forked from EllieBotDevs/elliebot
7 lines
No EOL
150 B
C#
7 lines
No EOL
150 B
C#
namespace EllieBot.Modules.Searches;
|
|
|
|
public interface ISearchResultInformation
|
|
{
|
|
string TotalResults { get; }
|
|
string SearchTime { get; }
|
|
} |