import { User } from './User';
/**
 * Information about a specific user
 */
export type UserGetResponse = User;
