# 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/7fdc04df4e3c52366a9f0cd55da4c05e20b2ed82/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`\>