Files
Ilya Groshev 02f511f40c Initial commit
2026-04-14 09:28:26 +03:00

10 lines
210 B
Go

package model
const (
ShopGroupTypeUnknown int32 = 0
ShopGroupTypePremiumShop int32 = 1
ShopGroupTypeItemShop int32 = 3
ShopGroupTypeExchangeShop int32 = 4
ShopGroupTypeRecoveryShop int32 = 5
)