Preparing search index...
The search index is not available
flowie.app
flowie.app
ResolvedConditional
Type Alias ResolvedConditional<T>
Resolved
Conditional
<
T
>
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
ConditionalValue
<
infer
V
>
?
V
:
T
[
K
]
extends
Condition
<
infer
V
>
?
V
:
T
[
K
]
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
flowie.app
Loading...