mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-25 18:04:23 +01:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace BTCPayServer.Contracts
|
|
{
|
|
public interface IStoreNavExtension
|
|
{
|
|
string Partial { get; }
|
|
}
|
|
}
|