Typescript definition incorrect for searchIndexes.getIndexedDocumentsCount()
Description
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created January 17, 2022 at 4:58 PM
Updated February 2, 2022 at 1:20 AM
Resolved February 2, 2022 at 1:20 AM
Instabug
The type definition states it returns a number but it actually returns an object
{ status: 'ok', count: 7303 }