Preparing search index...
The search index is not available
Auth React SDK Reference - v0.0.3
Auth React SDK Reference
Omit
Type Alias Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Construct a type with the properties of T except for those in type K.
Type Parameters
T
K
extends
keyof
any
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
Auth React SDK Reference - v0.0.3
Loading...
Construct a type with the properties of T except for those in type K.