mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
a97172cea6
Co-authored-by: d11n <mail@dennisreimann.de>
10 lines
176 B
C#
10 lines
176 B
C#
using BTCPayServer.Client.Models;
|
|
|
|
namespace BTCPayServer.Models.StoreViewModels
|
|
{
|
|
public class TestWebhookViewModel
|
|
{
|
|
public string Type { get; set; }
|
|
}
|
|
}
|