REVBuybackHookConfig
Notes:
- 
member: hook The buyback hook to use.
 - 
member: poolConfigurations The pools to setup on the given buyback contract.
 
struct REVBuybackHookConfig {
    IJBBuybackHook hook;
    REVBuybackPoolConfig[] poolConfigurations;
}