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

# RuleStorageSet

> v0.20.5

> **RuleStorageSet** = `object`

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

Represents the storage state of a rule

## Properties

### rule

> **rule**: `any`

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

The rule data

***

### set

> **set**: `boolean`

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

Whether the rule is set
