# EncodedPart

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/multipart.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/multipart.ts#L152)

One part of a form body, encoded so it survives a JSON envelope.

## Properties

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