UNPKG

ei-dev-shared

Version:
37 lines (36 loc) 678 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserForAdminDTOKeys = exports.UserDTOKeys = void 0; exports.UserDTOKeys = [ 'id', 'email', 'phone', 'adminType', 'emailVerified', 'phoneVerified', 'registeredVia', 'isBlocked', 'name', 'isActive', 'isAdmin', 'sessionId', 'whatsappId', 'customProps', 'updated_at', 'isAdminFor', ]; exports.UserForAdminDTOKeys = [ 'id', 'email', 'phone', 'adminType', 'emailVerified', 'phoneVerified', 'registeredVia', 'isBlocked', 'name', 'isActive', 'isAdmin', 'whatsappId', 'customProps', ];