mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
8 lines
190 B
Go
8 lines
190 B
Go
package retailcrm
|
|
|
|
var UserGroupSuperadmins UserGroupType = "superadmins"
|
|
|
|
var (
|
|
NotificationTypeError NotificationType = "api.error"
|
|
NotificationTypeInfo NotificationType = "api.info"
|
|
)
|