mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
9 lines
190 B
Go
9 lines
190 B
Go
package retailcrm
|
|
|
|
var UserGroupSuperadmins UserGroupType = "superadmins"
|
|
|
|
var (
|
|
NotificationTypeError NotificationType = "api.error"
|
|
NotificationTypeInfo NotificationType = "api.info"
|
|
)
|