ei-dev-shared
Version:
Shared components for EnAble India Projects
34 lines (33 loc) • 551 B
JavaScript
export const UserDTOKeys = [
'id',
'email',
'phone',
'adminType',
'emailVerified',
'phoneVerified',
'registeredVia',
'isBlocked',
'name',
'isActive',
'isAdmin',
'sessionId',
'whatsappId',
'customProps',
'updated_at',
'isAdminFor',
];
export const UserForAdminDTOKeys = [
'id',
'email',
'phone',
'adminType',
'emailVerified',
'phoneVerified',
'registeredVia',
'isBlocked',
'name',
'isActive',
'isAdmin',
'whatsappId',
'customProps',
];