import type { AddressPrediction, AddressPredictionDetails } from '@farfetch/blackout-client'; import type { CombinedState } from 'redux'; import type { StateWithResult } from '../../types/index.js'; export type AddressesState = CombinedState<{ predictions: StateWithResult; prediction: StateWithResult; }>;