Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
source-schema
SchemaIdentityFor
Type Alias SchemaIdentityFor<TSchemaState>
Experimental
Schema
Identity
For
<
TSchemaState
>
:
TSchemaState
extends
{
state
:
"known"
;
value
:
infer
TSchema
extends
SourceSchemaV2
;
}
?
{
fingerprint
:
TSchema
[
"fingerprint"
]
;
state
:
"known"
;
}
:
TSchemaState
extends
Extract
<
SchemaState
,
{
state
:
"unavailable"
;
}
>
?
{
provenance
:
TSchemaState
[
"provenance"
]
;
reason
:
TSchemaState
[
"reason"
]
;
state
:
"unavailable"
;
}
:
never
Type Parameters
TSchemaState
extends
SchemaState
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@honua/sdk-js
Loading...