ISPO SDK
ISPO
Preparing search index...
core
Supporting types
ObjectSchemaValue
Type Alias ObjectSchemaValue<S, P, Known>
Markdown
Copy Markdown
ObjectSchemaValue
:
S
extends
{
additionalProperties
:
false
}
?
keyof
P
extends
never
?
Record
<
string
,
never
>
:
Known
:
S
extends
{
additionalProperties
:
infer
A
extends
JsonSchema
}
?
Simplify
<
Known
&
Record
<
string
,
JsonSchemaValue
<
A
>
|
KnownPropertyValue
<
P
>
>
,
>
:
Simplify
<
Known
&
Record
<
string
,
ProjectCommandJsonValue
|
KnownPropertyValue
<
P
>
,
>
,
>
Type Parameters
S
extends
JsonSchema
P
extends
Readonly
<
Record
<
string
,
JsonSchema
>
>
=
SchemaProperties
<
S
>
Known
=
KnownObjectValue
<
S
,
P
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ISPO
ISPO SDK
Loading...