2020-11-17 13:46:23 +01:00
|
|
|
namespace BTCPayServer.Abstractions.Contracts
|
2020-11-15 14:39:21 +01:00
|
|
|
{
|
|
|
|
public interface IUIExtension
|
|
|
|
{
|
|
|
|
string Partial { get; }
|
2021-12-31 16:59:02 +09:00
|
|
|
|
2020-11-15 14:39:21 +01:00
|
|
|
string Location { get; }
|
|
|
|
}
|
2020-11-17 13:46:23 +01:00
|
|
|
}
|