JBTerminalConfig
Notes:
- 
member: terminal The terminal to configure.
 - 
member: accountingContextsToAccept The accounting contexts to accept from the terminal.
 
struct JBTerminalConfig {
    IJBTerminal terminal;
    JBAccountingContext[] accountingContextsToAccept;
}