> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tuple

> v0.20.5

> **Tuple** = `object`

Defined in: [src/modules/types.ts:104](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L104)

Simple tuple type with integer and string fields

## Properties

### i

> **i**: `string`

Defined in: [src/modules/types.ts:106](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L106)

Integer field

***

### s

> **s**: `string`

Defined in: [src/modules/types.ts:108](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L108)

String field
