# metadataArrayToObject

> **metadataArrayToObject**(`metadataArray`): [`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)\<`string`, `string`\>

Defined in: [packages/synapse-core/src/utils/metadata.ts:24](https://github.com/FilOzone/synapse-sdk/blob/e6b9edfa98a2f726e470425e05558279dfe64dfb/packages/synapse-core/src/utils/metadata.ts#L24)

## Parameters

| Parameter | Type |
| ------ | ------ |
| `metadataArray` | [`MetadataArray`](/reference/filoz/synapse-core/utils/type-aliases/metadataarray/) |

## Returns

[`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)\<`string`, `string`\>