api client refactor
This commit is contained in:
8
apps/website/lib/dtos/DriverRowDto.ts
Normal file
8
apps/website/lib/dtos/DriverRowDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Driver row data transfer object
|
||||
* Represents a driver in a table row
|
||||
*/
|
||||
export interface DriverRowDto {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user