UNPKG

ei-dev-shared

Version:
33 lines (32 loc) 533 B
export const UserDTOKeys = [ "id", "email", "phone", "adminType", "emailVerified", "phoneVerified", "registeredVia", "isBlocked", "name", "isActive", "isAdmin", "sessionId", "whatsappId", "customProps", "updated_at", ]; export const UserForAdminDTOKeys = [ "id", "email", "phone", "adminType", "emailVerified", "phoneVerified", "registeredVia", "isBlocked", "name", "isActive", "isAdmin", "whatsappId", "customProps", ];