Initial commit

This commit is contained in:
rudder
2026-08-12 14:04:30 +03:00
commit 718eb09a78
34 changed files with 661 additions and 0 deletions
+11
View File
@@ -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"`
}