TYPESCRIPT selected-destination.d.ts
import { ShipmentRecord } from './helpers';
import { getPreparedDestination } from 'data/address/selectors';
export type SelectedDestination = ShipmentRecord<
ReturnType< typeof getPreparedDestination >
>;
import { ShipmentRecord } from './helpers';
import { getPreparedDestination } from 'data/address/selectors';
export type SelectedDestination = ShipmentRecord<
ReturnType< typeof getPreparedDestination >
>;