@hbbio/nanoagent
Preparing search index...
TypedSchema
Type Alias TypedSchema<T>
TypedSchema
:
JSONSchemaObject
&
{
__type
?:
T
;
properties
:
Record
<
keyof
T
&
string
,
JSONSchemaProperty
>
;
}
For a top-level schema describing type T.
Type Parameters
T
extends
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hbbio/nanoagent
Loading...
For a top-level schema describing type T.