12 lines
374 B
Go
12 lines
374 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type GetProjectMetricsResponse struct {
|
||
|
|
Dau int `json:"dau,omitempty"`
|
||
|
|
DauChange float64 `json:"dauChange,omitempty"`
|
||
|
|
Mau int `json:"mau,omitempty"`
|
||
|
|
MauChange float64 `json:"mauChange,omitempty"`
|
||
|
|
Retention []RetentionPoint `json:"retention,omitempty"`
|
||
|
|
}
|