ei-dev-shared
Version:
Shared components for EnAble India Projects
37 lines (36 loc) • 678 B
JavaScript
;
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',
];