view data fixes
This commit is contained in:
@@ -7,7 +7,9 @@ interface UserProfileDTO {
|
||||
rating?: number;
|
||||
}
|
||||
|
||||
export class UserProfileViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class UserProfileViewModel extends ViewModel {
|
||||
id: string;
|
||||
name: string;
|
||||
avatarUrl?: string;
|
||||
|
||||
Reference in New Issue
Block a user