mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
7 lines
249 B
C#
7 lines
249 B
C#
namespace BTCPayServer.Views.Stores
|
|
{
|
|
public enum StoreNavPages
|
|
{
|
|
Index, Create, Rates, PaymentMethods, CheckoutAppearance, GeneralSettings, Tokens, Users, PayButton, Integrations, Webhooks, ActivePage, PullPayments, Payouts
|
|
}
|
|
}
|