wip
This commit is contained in:
12
packages/racing/domain/entities/RaceRegistration.ts
Normal file
12
packages/racing/domain/entities/RaceRegistration.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Domain Entity: RaceRegistration
|
||||
*
|
||||
* Extracted from racing-application registrations module so that
|
||||
* registration-related types live in the racing-domain package.
|
||||
*/
|
||||
|
||||
export interface RaceRegistration {
|
||||
raceId: string;
|
||||
driverId: string;
|
||||
registeredAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user