const ACTIVATION_CODE_STATUS = /** @type {const} */ ({ ACTIVE: 1, EXPIRED: 2, USED: 3, DELETED: 4, }); export default ACTIVATION_CODE_STATUS;