Skip to content

Commit

Permalink
fix imports for mapOnyxCollectionItems
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-mikolajczak committed Oct 2, 2024
1 parent 70345dc commit f4cf111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/mapOnyxCollectionItems.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type {OnyxCollection} from 'react-native-onyx';
import type {KeyValueMapping, OnyxCollection, OnyxEntry} from 'react-native-onyx';
import type {OnyxCollectionKey} from '@src/ONYXKEYS';

export default function mapOnyxCollectionItems<TKey extends OnyxCollectionKey, TReturn, TEntryData = KeyValueMapping[TKey]>(
collection: OnyxCollection<TEntryData>,
Expand Down

0 comments on commit f4cf111

Please sign in to comment.