Preparing search index...
The search index is not available
Community Solid Server - v7.1.3
Community Solid Server
ValueType
Type Alias ValueType<T>
Value
Type
<
T
>
:
(
T
extends
"boolean"
|
"boolean?"
?
boolean
:
T
extends
"number"
|
"number?"
?
number
:
string
)
|
(
T
extends
`
${
string
}
?
`
?
undefined
:
never
)
Converts a
ValueTypeDescription
to the type it should be interpreted as.
Type Parameters
T
extends
ValueTypeDescription
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Community Solid Server - v7.1.3
Loading...
Converts a ValueTypeDescription to the type it should be interpreted as.