UNPKG

ei-dev-shared

Version:
36 lines (35 loc) 660 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", ]; exports.UserForAdminDTOKeys = [ "id", "email", "phone", "adminType", "emailVerified", "phoneVerified", "registeredVia", "isBlocked", "name", "isActive", "isAdmin", "whatsappId", "customProps", ];