wip
This commit is contained in:
6
packages/racing/domain/value-objects/ParticipantRef.ts
Normal file
6
packages/racing/domain/value-objects/ParticipantRef.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ChampionshipType } from './ChampionshipType';
|
||||
|
||||
export interface ParticipantRef {
|
||||
type: ChampionshipType;
|
||||
id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user