react-native-keys
Version:
🔐 Make protected .ENVs variables
20 lines (18 loc) • 397 B
text/typescript
// this file is auto generate, please do not modify
export type KeyTurboType = {
APP_NAME: string;
BUNDLE_ID: string;
ANDROID_CODE: string;
PACKAGE_ID: string;
public1: string;
public2: string;
[key: string]: string;
};
export type KeyTurboSecuredType = {
secure1: string;
secure2: string;
secure3: string;
GOOGLE_API: string;
BRANCH_API: string;
[key: string]: string;
};