services refactor
This commit is contained in:
8
apps/website/lib/dtos/UpdateAvatarOutputDto.ts
Normal file
8
apps/website/lib/dtos/UpdateAvatarOutputDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Update avatar output data transfer object
|
||||
* Output from updating avatar
|
||||
*/
|
||||
export interface UpdateAvatarOutputDto {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user