2019-11-27 16:57:59 +00:00
|
|
|
// Copyright (C) 2019 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
2021-03-31 19:34:44 +01:00
|
|
|
// Make sure these event names match up with the client-side event names in satellite/analytics/service.go
|
|
|
|
export enum AnalyticsEvent {
|
|
|
|
GATEWAY_CREDENTIALS_CREATED = 'Credentials Created',
|
2021-04-07 23:32:40 +01:00
|
|
|
}
|