Type Alias: EntityMap
type EntityMap = Record<string, UUID | MappedEntity>;
Defined in: livelink.clients/livelink.agent/sources/data/resolvers/ExistingEntityResolver.ts:37
The mapping of ids (as carried by the events) to the existing entities they drive — the byUuid
strategy of an EntityLookup.