view data fixes
This commit is contained in:
@@ -9,7 +9,9 @@ interface UpdateAvatarDTO {
|
||||
*
|
||||
* Represents the result of an avatar update operation
|
||||
*/
|
||||
export class UpdateAvatarViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class UpdateAvatarViewModel extends ViewModel {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user