import { UserRating } from './base' export interface Request { userId: number } export interface Response { userId: number userRating: UserRating }