react-native-keys
Version:
🔐 Make protected .ENVs variables
18 lines • 407 B
TypeScript
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;
};
//# sourceMappingURL=type.d.ts.map