1
0
2025-05-21 11:20:11 +08:00

5 lines
164 B
C#

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