File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { Node } from 'react';
3
3
import type { IntlShape } from 'react-intl' ;
4
4
import type { DangerouslyImpreciseStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet' ;
5
5
6
- import type { SubsetProperties } from './generics' ;
6
+ import type { BoundedDiff , SubsetProperties } from './generics' ;
7
7
import type {
8
8
Auth ,
9
9
Topic ,
@@ -151,7 +151,7 @@ export type Account = {|
151
151
* Use `identityOfAuth` or `identityOfAccount` to make one of these where
152
152
* you have an `Auth` or `Account`.
153
153
*/
154
- export type Identity = $Diff < Auth , { | apiKey : string | } > ;
154
+ export type Identity = BoundedDiff < Auth , { | + apiKey : Auth [ 'apiKey' ] | } > ;
155
155
156
156
export type EmojiType = 'image' | 'unicode' ;
157
157
You can’t perform that action at this time.
0 commit comments