mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2026-01-08 07:27:43 -05:00
13 lines
222 B
Go
13 lines
222 B
Go
package proton
|
|
|
|
type SendStatsReq struct {
|
|
MeasurementGroup string
|
|
Event string
|
|
Values map[string]any
|
|
Dimensions map[string]any
|
|
}
|
|
|
|
type SendStatsMultiReq struct {
|
|
EventInfo []SendStatsReq
|
|
}
|