type EntityId = string | number; Copy
type EntityId = string | number;
Entity identifier - string or number.