UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
5 lines (4 loc) 196 B
import { TIdentityValueObject } from '../../../valueObjects/interfaces'; export interface ICompareEntitiesIdentities<Id extends TIdentityValueObject> { (firstId: Id, secondId: Id): boolean; }