services refactor
This commit is contained in:
10
apps/website/lib/view-models/AvatarViewModel.ts
Normal file
10
apps/website/lib/view-models/AvatarViewModel.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Avatar View Model
|
||||
*
|
||||
* Represents avatar information for the UI layer
|
||||
*/
|
||||
export interface AvatarViewModel {
|
||||
driverId: string;
|
||||
avatarUrl?: string;
|
||||
hasAvatar: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user