services refactor
This commit is contained in:
8
apps/website/lib/dtos/UpdateAvatarInputDto.ts
Normal file
8
apps/website/lib/dtos/UpdateAvatarInputDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Update avatar input data transfer object
|
||||
* Input for updating driver avatar
|
||||
*/
|
||||
export interface UpdateAvatarInputDto {
|
||||
driverId: string;
|
||||
avatarUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user