IContainsResponse
When checking containment, we want to be able to cache the response so we return enough information to do that
Properties
Property | Type | Notes |
---|---|---|
string | ||
boolean | ||
Optional | Record<stringICatalogInfo> |
Cacheable information about the catalogs |
Optional | number |
How long did it take to check containment? |
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