Type Alias TransactionConfig

TransactionConfig: {
    isolationLevel?: TransactionIsolationLevel;
}