# DevhubSummary

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/reader-account/devhub.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/reader-account/devhub.service.ts#L5)

## Properties

| Property | Type |
|---|---|
| `signups` | `{ total: number; last30d: number }` |
| `funnel` | `{ accounts: number; withKey: number; withCall: number; with2xx: number }` |
| `ttfcMedianMinutes` | `number | null` |
| `topConsumers` | `Array<{ email: string; calls: number; lastCallAt: Date | null }>` |
