--- displayed_sidebar: jsClientSidebar --- # Interface: BlobOptions [internal](../modules/internal-8.md).BlobOptions ## Properties ### encoding • `Optional` **encoding**: [`BufferEncoding`](../modules/internal-8.md#bufferencoding) **`Default`** ```ts 'utf8' ``` #### Defined in packages/medusa-js/node_modules/@types/node/buffer.d.ts:124 ___ ### type • `Optional` **type**: `string` The Blob content-type. The intent is for `type` to convey the MIME media type of the data, however no validation of the type format is performed. #### Defined in packages/medusa-js/node_modules/@types/node/buffer.d.ts:130