[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › ArrayExcessPropertyIssue

Defined in: [packages/common/src/Type.ts:7655](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Type.ts#L7655)

An own array property other than `length` or an indexed element.

## Properties

<a id="key"></a>

### key

```ts
readonly key: string | symbol;
```

Defined in: [packages/common/src/Type.ts:7657](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Type.ts#L7657)

---

<a id="kind"></a>

### kind

```ts
readonly kind: "ExcessProperty";
```

Defined in: [packages/common/src/Type.ts:7656](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Type.ts#L7656)