mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-08 19:32:10 +01:00
7 lines
284 B
C#
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
|
|
}
|
|
}
|