> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# QueueNode

# Interface: QueueNode\<T>

Defined in: [queue.ts:20](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/queue.ts#L20)

Represents a node in the queue's linked list structure.

## Type Parameters

### T

`T`

## Properties

### next

> **next**: `QueueNode`\<`T`> | `null`

Defined in: [queue.ts:21](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/queue.ts#L21)

***

### value

> **value**: `T`

Defined in: [queue.ts:22](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/queue.ts#L22)
