rename to core
This commit is contained in:
3
core/shared/domain/Entity.ts
Normal file
3
core/shared/domain/Entity.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface IEntity<Id = string> {
|
||||
readonly id: Id;
|
||||
}
|
||||
Reference in New Issue
Block a user