# Interface: ServingEndpointEntry

Shape of a single registry entry.

## Properties[​](#properties "Direct link to Properties")

### chunk[​](#chunk "Direct link to chunk")

```ts
chunk: unknown;

```

***

### request[​](#request "Direct link to request")

```ts
request: Record<string, unknown>;

```

***

### response[​](#response "Direct link to response")

```ts
response: unknown;

```
