wip
This commit is contained in:
4
packages/shared/domain/ValueObject.ts
Normal file
4
packages/shared/domain/ValueObject.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IValueObject<Props> {
|
||||
readonly props: Props;
|
||||
equals(other: IValueObject<Props>): boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user