btcpayserver/BTCPayServer/Views/UIStores/StoreNavPages.cs
2022-01-14 13:46:03 +09:00

7 lines
284 B
C#

namespace BTCPayServer.Views.Stores
{
public enum StoreNavPages
{
Index, Create, Dashboard, Rates, PaymentMethods, OnchainSettings, LightningSettings, CheckoutAppearance, GeneralSettings, Tokens, Users, PayButton, Integrations, Webhooks, PullPayments, Payouts
}
}