# DevhubReaderRow

**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#L14)

## Properties

| Property | Type |
|---|---|
| `readerId` | `string` |
| `email` | `string` |
| `signedUpAt` | `Date` |
| `lastSeenAt` | `Date | null` |
| `activeKeys` | `number` |
| `calls` | `number` |
| `lastCallAt` | `Date | null` |
