api client refactor
This commit is contained in:
8
apps/website/lib/dtos/RequestAvatarGenerationInputDto.ts
Normal file
8
apps/website/lib/dtos/RequestAvatarGenerationInputDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Request avatar generation input data transfer object
|
||||
* Input for requesting avatar generation
|
||||
*/
|
||||
export interface RequestAvatarGenerationInputDto {
|
||||
driverId: string;
|
||||
style?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user