UNPKG

react-native-bulletproof-redux-provider

Version:
8 lines (6 loc) 154 B
/* @flow */ export type EncryptionKeyType = { isFresh: boolean, key: string, }; export type GetEncryptionKeyType = () => Promise<EncryptionKeyType>;