Files
inji-wallet/types/react-native-dotenv/index.d.ts
2023-05-23 11:49:06 +05:30

17 lines
352 B
TypeScript

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;
/**
* Flag for Toggling Purple Theme and Default Theme
*/
export const APPLICATION_THEME: string;
}