Kind: Interface
Source: atloria-monorepo/apps/api/src/reader-account/devhub.service.ts
Properties
| Property | Type |
|---|---|
signups | { total: number; last30d: number } |
funnel | { accounts: number; withKey: number; withCall: number; with2xx: number } |
ttfcMedianMinutes | `number |
topConsumers | `Array<{ email: string; calls: number; lastCallAt: Date |
Was this page helpful?