btcpayserver/BTCPayServer/Views/UIStores/StoreNavPages.cs

8 lines
284 B
C#
Raw Normal View History

2017-09-13 23:50:36 +09:00
namespace BTCPayServer.Views.Stores
{
public enum StoreNavPages
{
Index, Create, Dashboard, Rates, PaymentMethods, OnchainSettings, LightningSettings, CheckoutAppearance, GeneralSettings, Tokens, Users, PayButton, Integrations, Webhooks, PullPayments, Payouts
}
2017-09-13 23:50:36 +09:00
}