website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { RacingDomainValidationError } from '../errors/RacingDomainError';
|
||||
import type { IValueObject } from '@core/shared/domain';
|
||||
import type { ValueObject } from '@core/shared/domain';
|
||||
|
||||
export class TrackGameId implements IValueObject<string> {
|
||||
export class TrackGameId implements ValueObject<string> {
|
||||
private constructor(private readonly value: string) {}
|
||||
|
||||
get props(): string {
|
||||
|
||||
Reference in New Issue
Block a user