'use strict'; const UnsubscriptionMode = { ONE_STEP: 0, ONE_STEP_WITH_FORM: 1, TWO_STEP: 2, TWO_STEP_WITH_FORM: 3, MANUAL: 4, MAX: 5 }; module.exports = { UnsubscriptionMode };