website refactor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { IValueObject } from '@core/shared/domain';
|
||||
import type { ValueObject } from '@core/shared/domain';
|
||||
|
||||
export interface RaceNameProps {
|
||||
value: string;
|
||||
}
|
||||
|
||||
export class RaceName implements IValueObject<RaceNameProps> {
|
||||
export class RaceName implements ValueObject<RaceNameProps> {
|
||||
public readonly props: RaceNameProps;
|
||||
|
||||
private constructor(value: string) {
|
||||
|
||||
Reference in New Issue
Block a user