# AnyService API

Service instance accepted by the Hono HTTP projection registry.

---
Canonical: /handbook/api/types/_purista_hono-http-server.AnyService/
Source: hono-http-server/src/service/hono/v1/HonoServiceClass.ts
Format: Markdown for agents
---

Service instance accepted by the Hono HTTP projection registry.

Package: `@purista/hono-http-server`

## Signature

```typescript
type AnyService = Service<any>
```
