ei-dev-shared
Version:
Shared components for EnAble India Projects
33 lines (32 loc) • 533 B
JavaScript
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",
];