import { User } from './User';
/**
 * Updated information response body about a specific user
 */
export type UserUpdateResponse = User;
