@pulumi/pulumi
Preparing search index...
LiftedObject
Type Alias LiftedObject<T, K>
LiftedObject
:
{
[
P
in
K
]
:
IsStrictlyAny
<
T
[
P
]
>
extends
true
?
Output
<
any
>
:
T
[
P
]
extends
OutputInstance
<
infer
T1
>
?
Output
<
T1
>
:
T
[
P
]
extends
Promise
<
infer
T2
>
?
Output
<
T2
>
:
Output
<
T
[
P
]
>
}
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@pulumi/pulumi
Loading...