services refactor
This commit is contained in:
9
apps/website/lib/dtos/GetAvatarOutputDto.ts
Normal file
9
apps/website/lib/dtos/GetAvatarOutputDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Get avatar output data transfer object
|
||||
* Output from getting avatar information
|
||||
*/
|
||||
export interface GetAvatarOutputDto {
|
||||
driverId: string;
|
||||
avatarUrl?: string;
|
||||
hasAvatar: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user