Preparing search index...
The search index is not available
@coopenomics/coopjs
@coopenomics/coopjs
Zeus
ExtractVariablesDeep
Type alias ExtractVariablesDeep<Query>
Extract
Variables
Deep
<
Query
>
:
Query
extends
Variable
<
infer
VType
,
infer
VName
>
?
{
[
key
in
VName
]
:
GetVariableType
<
VType
>
}
:
Query
extends
string
|
number
|
boolean
|
(
string
|
number
|
boolean
)
[]
?
{}
:
UnionToIntersection
<
{
[
K
in
keyof
Query
]
:
WithOptionalNullables
<
ExtractVariablesDeep
<
Query
[
K
]
>
>
}
[
keyof
Query
]
>
Type Parameters
Query
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@coopenomics/coopjs
Loading...