<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [BodyAndContentType](./sip.js.bodyandcontenttype.md)

## BodyAndContentType interface

Message body content and type.

<b>Signature:</b>

```typescript
export interface BodyAndContentType 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [body](./sip.js.bodyandcontenttype.body.md) | <code>string</code> | Message body content. |
|  [contentType](./sip.js.bodyandcontenttype.contenttype.md) | <code>string</code> | Message body content type. |

