mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
6 lines
113 B
Go
6 lines
113 B
Go
package params
|
|
|
|
type UserEngagement struct {
|
|
EngagementTimeMsec int64 `json:"engagement_time_msec,omitempty"`
|
|
}
|