services refactor
This commit is contained in:
9
apps/website/lib/view-models/UpdateAvatarViewModel.ts
Normal file
9
apps/website/lib/view-models/UpdateAvatarViewModel.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Update Avatar View Model
|
||||
*
|
||||
* Represents the result of an avatar update operation
|
||||
*/
|
||||
export interface UpdateAvatarViewModel {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user