mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
Merge branch 'develop' of https://github.com/mosip/inji into ui-revamp
This commit is contained in:
10
types/react-native-dotenv/index.d.ts
vendored
10
types/react-native-dotenv/index.d.ts
vendored
@@ -9,13 +9,13 @@ declare module 'react-native-dotenv' {
|
||||
*/
|
||||
export const GOOGLE_NEARBY_MESSAGES_API_KEY: string;
|
||||
|
||||
/**
|
||||
* Flag for using BLE share library
|
||||
*/
|
||||
export const USE_BLE_SHARE: string;
|
||||
|
||||
/**
|
||||
* Flag for Toggling Purple Theme and Default Theme
|
||||
*/
|
||||
export const APPLICATION_THEME: string;
|
||||
|
||||
/**
|
||||
* Flag for Toggling environment url
|
||||
*/
|
||||
export const CREDENTIAL_REGISTRY_EDIT: string;
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@ export interface VC {
|
||||
reason?: VCSharingReason[];
|
||||
shouldVerifyPresence?: boolean;
|
||||
walletBindingResponse?: WalletBindingResponse;
|
||||
credentialRegistry: string;
|
||||
isPinned?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user