mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
build: add dotenv
This commit is contained in:
11
types/react-native-dotenv/index.d.ts
vendored
Normal file
11
types/react-native-dotenv/index.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare module 'react-native-dotenv' {
|
||||
/**
|
||||
* URL for the Mimoto backend server
|
||||
*/
|
||||
export const MIMOTO_HOST: string;
|
||||
|
||||
/**
|
||||
* API key to use Google Nearby Messages API
|
||||
*/
|
||||
export const GOOGLE_NEARBY_MESSAGES_API_KEY: string;
|
||||
}
|
||||
Reference in New Issue
Block a user