1
0

5 lines
177 B
C#

using Flawless.Communication.Shared;
namespace Flawless.Communication.Request;
public record WebhookCreateRequest(string TargetUrl, WebhookEventType EventType, string Secret);