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