2019-01-29 19:34:57 +01:00

13 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WebhookClient
{
static class SessionKeys
{
public const string HooksKey = "webhooks.received";
}
}