<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [MaybeArray](./x-components.maybearray.md)

## MaybeArray type

Alias for a type that might be an array or not.

**Signature:**

```typescript
export type MaybeArray<Something> = Something | Array<Something>;
```
