wip
This commit is contained in:
8
packages/racing/application/dto/DriverDTO.ts
Normal file
8
packages/racing/application/dto/DriverDTO.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type DriverDTO = {
|
||||
id: string;
|
||||
iracingId: string;
|
||||
name: string;
|
||||
country: string;
|
||||
bio?: string;
|
||||
joinedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user