mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-02 17:23:15 +01:00
9 lines
230 B
C#
9 lines
230 B
C#
namespace BTCPayServer.Views.Stores
|
|
{
|
|
public enum StoreNavPages
|
|
{
|
|
Index, Create, Rates, Checkout, Tokens, Users, PayButton, Integrations, Wallet, Webhooks, ActivePage,
|
|
PullPayments,
|
|
Payouts
|
|
}
|
|
}
|