Type alias TransactionCleanupAction

TransactionCleanupAction: typeof COMMIT_CURRENT | typeof ROLLBACK_CURRENT | typeof APPEND_TO_CURRENT

Defines the available actions in response to a new transaction being opened when one is currently open.