React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
pipelines
OneOf
Type Alias OneOf<T>
Beta
OneOf
:
{
[
K
in
keyof
T
]
:
Pick
<
T
,
K
>
&
{
[
P
in
Exclude
<
keyof
T
,
K
>
]
?:
undefined
}
}
[
keyof
T
]
Utility type: only one property of T may be set.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
npm
React Native Firebase
Loading...
Utility type: only one property of T may be set.