We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7ac28 commit efba117Copy full SHA for efba117
1 file changed
src/types.ts
@@ -4388,13 +4388,7 @@ export type PromoteChannelParams = {
4388
* is used to resolve the user agent.
4389
*/
4390
export type SdkIdentifier = {
4391
- name:
4392
- | 'react'
4393
- | 'react-native-ios'
4394
- | 'react-native-android'
4395
- | 'expo-ios'
4396
- | 'expo-android'
4397
- | 'angular';
+ name: 'react' | 'react-native' | 'expo' | 'angular';
4398
version: string;
4399
};
4400
0 commit comments