[**@clickup/ent-framework**](../README.md)

***

[@clickup/ent-framework](../globals.md) / ClusterIslands

# Type Alias: ClusterIslands\<TNode\>

> **ClusterIslands**\<`TNode`\>: `ReadonlyArray`\<\{ `no`: `number`; `nodes`: readonly `TNode`[]; \}\>

Defined in: [src/abstract/Cluster.ts:101](https://github.com/clickup/ent-framework/blob/master/src/abstract/Cluster.ts#L101)

A type of `ClusterOptions#islands` property. Represents the full list of
Islands and their corresponding Nodes (masters and replicas).

## Type Parameters

| Type Parameter |
| ------ |
| `TNode` |
