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