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 TrackLength implements IValueObject<number> {
|
||||
export class TrackLength implements ValueObject<number> {
|
||||
private constructor(private readonly value: number) {}
|
||||
|
||||
get props(): number {
|
||||
|
||||
Reference in New Issue
Block a user