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?


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