Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
AwaitedProp
Type Alias AwaitedProp<T, K>
Awaited
Prop
<
T
,
K
>
:
{
[
k
in
keyof
T
]
:
k
extends
K
?
Awaited
<
T
[
k
]
>
:
T
[
k
]
}
Await on specific props V on type T
Type Parameters
T
extends
AnyRecord
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Await on specific props V on type T