1
0

8 lines
118 B
C#

namespace Flawless.Communication.Shared;
public enum WebhookEventType
{
Push,
IssueCreated,
IssueUpdate
}