mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
feat(INJI-94): [Vijay] Environment Agnostics Basic Implementation
Issue Link: https://mosip.atlassian.net/browse/INJI-94
This commit is contained in:
5
types/react-native-dotenv/index.d.ts
vendored
5
types/react-native-dotenv/index.d.ts
vendored
@@ -18,4 +18,9 @@ declare module 'react-native-dotenv' {
|
||||
* 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;
|
||||
}
|
||||
|
||||
export interface VCSharingReason {
|
||||
|
||||
Reference in New Issue
Block a user