1
0
Fork 0
mirror of https://github.com/retailcrm/api-client-go.git synced 2025-04-05 14:13:31 +03:00
api-client-go/enum.go

8 lines
190 B
Go

package retailcrm
var UserGroupSuperadmins UserGroupType = "superadmins"
var (
NotificationTypeError NotificationType = "api.error"
NotificationTypeInfo NotificationType = "api.info"
)