refactor: create interface for store
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace StevesBot.Webhook.YouTube;
|
||||
|
||||
internal interface ILastPostedStreamStore : IStore<string>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user