# PlaygroundProxyPart

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/playground-proxy.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/playground-proxy.service.ts#L6)

One part of a form body, as the browser encoded it for the JSON envelope.

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `value` | `string` |
| `base64` | `string` |
| `filename` | `string` |
| `contentType` | `string` |
