UNPKG

react-native-keys

Version:
18 lines 407 B
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