Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user