# ReaderKeyView

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `keyPrefix` | `string` |
| `createdAt` | `Date` |
| `lastUsedAt` | `Date | null` |
| `revoked` | `boolean` |
