We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5bcef commit e681d0aCopy full SHA for e681d0a
index.d.ts
@@ -13,7 +13,7 @@ declare module 'react-native-secure-key-store' {
13
14
interface RNSecureKeyStore {
15
get: (key: string) => Promise<any>
16
- set: (key: string, value: string, accessible?: ACCESSIBLE) => Promise<any>
+ set: (key: string, value: string, options?: { accessible?: ACCESSIBLE }) => Promise<any>
17
remove: (key: string) => Promise<any>
18
setResetOnAppUninstallTo: (enabled: boolean) => boolean
19
}
0 commit comments