mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
3 lines
104 B
C#
3 lines
104 B
C#
namespace BTCPayServer.Plugins.Prism;
|
|
|
|
public record Split(string Source, PrismSplit[] Destinations); |