api client refactor
This commit is contained in:
7
apps/website/lib/dtos/WithdrawFromRaceInputDto.ts
Normal file
7
apps/website/lib/dtos/WithdrawFromRaceInputDto.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Withdraw from race input data transfer object
|
||||
* Input for withdrawing a driver from a race
|
||||
*/
|
||||
export interface WithdrawFromRaceInputDto {
|
||||
driverId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user