const USER_STATUSES = /** @type {const} */ ({ ACTIVE: 1, BLOCKED: 2, DELETED: 3, }); export default USER_STATUSES;