mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace BTCPayServer.Views.Apps
|
|
{
|
|
public enum AppsNavPages
|
|
{
|
|
Index, Create, Update
|
|
}
|
|
}
|