tests: add tests for library
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
namespace StevesBot.Webhook.YouTube;
|
||||
|
||||
internal interface ILastPostedStreamStore : IStore<string>
|
||||
internal interface ILastPostedStreamStore
|
||||
{
|
||||
void SetValue(string value);
|
||||
bool HasValue(string value);
|
||||
}
|
||||
Reference in New Issue
Block a user