> ## 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.

# RawData

> v0.20.5

> **RawData** = `object`

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

Raw data for an instruction set

## Properties

### argumentTypes

> **argumentTypes**: `number`\[]

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

Types of arguments

***

### dataValues

> **dataValues**: `any`\[]

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

Values of the data

***

### instructionSetIndex

> **instructionSetIndex**: `number`\[]

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

Indices in the instruction set
