IContainsResponse

Interface

When checking containment, we want to be able to cache the response so we return enough information to do that

Properties

Property Type Notes
identifier string
isContained boolean
catalogInfo Optional Record<stringICatalogInfo>

Cacheable information about the catalogs

duration Optional number

How long did it take to check containment?

reason Optional string

If the entity is not contained, this will be populated with a reason


Interface defined in common/src/search/types/types.ts:143