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