Contains the types for the GNSTradingInteractions facet
struct TradingInteractionsStorage { address senderOverride; uint16 marketOrdersTimeoutBlocks; uint80 __placeholder; mapping(address => address) delegations; mapping(address => bool) byPassTriggerLink; uint256[47] __gap; }