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

# ITradingInteractions

*Contains the types for the GNSTradingInteractions facet*

## TradingInteractionsStorage

```solidity theme={null}
struct TradingInteractionsStorage {
  address senderOverride;
  uint16 marketOrdersTimeoutBlocks;
  uint80 __placeholder;
  mapping(address => address) delegations;
  mapping(address => bool) byPassTriggerLink;
  uint256[47] __gap;
}
```
