<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [MergeStrategy](./schema.mergestrategy.md)

## MergeStrategy enum

<b>Signature:</b>

```typescript
export declare enum MergeStrategy 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Concat | <code>&quot;concat&quot;</code> | Concat all values into a string |
|  CreateArray | <code>&quot;array&quot;</code> | Concat all values into an array |
|  FirstOneWins | <code>&quot;first one wins&quot;</code> | Use the first valid value found in the list |
|  LastOneWins | <code>&quot;last one wins&quot;</code> | Use the last valid value found in the list |

