Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / pass / store / selectors / import.ts
blobf44f406365ecb142a911565bd742db7b1cf8e09e
1 import type { ImportState } from '@proton/pass/store/reducers';
2 import type { State } from '@proton/pass/store/types';
4 export const selectLatestImport = (state: State): ImportState => state.import;