Usage
Signature:
interface FetchByKeysResults<K, D>
- Generic Parameters
- Parameter - Description - K - Type of Key - D - Type of Data 
- Typescript Import Format
- //To use this interface, import as below.
 import {FetchByKeysResults} from "ojs/ojdataprovider";
For additional information visit:
Fields
- 
    
    fetchParameters :FetchByKeysParameters.<K>
- 
    
      The parameters used for the fetch call.- Since:
- 4.1.0
 
 
- 
    
    results :Map.<K, Item.<K, D>>
- 
    
      Map of keys and corresponding Item. The map will only contain keys which were actually found.- Since:
- 4.1.0