import { User } from './User';
/**
 * Details about the current User.
 */
export type UserMeResponse = User;
