import { User } from '../User'; export interface UserUpdateData { user: Partial & { id: string; }; } //# sourceMappingURL=UserUpdateData.d.ts.map