# hasMultipart

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/openapi/multipart.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/openapi/multipart.ts#L69)

True when the operation body is worth publishing as multipart at all.

## Signature

```ts
function hasMultipart(body: MultipartBody | undefined): body is MultipartBody
```

## Parameters

| Name | Type |
|---|---|
| `body` | `MultipartBody | undefined` |

**Returns:** `body is MultipartBody`
