export type UserDetailsForUpdate = { fullName?: string; email?: string; currentPassword?: string; }; //# sourceMappingURL=UserDetailsForUpdate.d.ts.map