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

# ITriggerRewards

*Contains the types for the GNSTriggerRewards facet*

## TriggerRewardsStorage

```solidity theme={null}
struct TriggerRewardsStorage {
  uint16 triggerTimeoutBlocks;
  uint240 __placeholder;
  mapping(address => uint256) pendingRewardsGns;
  uint256[48] __gap;
}
```
