Init
This commit is contained in:
10
src/typings/api/GetUserRatingApi.ts
Normal file
10
src/typings/api/GetUserRatingApi.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { UserRating } from './base'
|
||||
|
||||
export interface Request {
|
||||
userId: number
|
||||
}
|
||||
|
||||
export interface Response {
|
||||
userId: number
|
||||
userRating: UserRating
|
||||
}
|
||||
Reference in New Issue
Block a user