OpenInference JS
GitHub
Preparing search index...
@arizeai/openinference-genai
types
DeeplyMutable
Type Alias DeeplyMutable<T>
DeeplyMutable
:
{
-
readonly
[
P
in
keyof
T
]
:
T
[
P
]
extends
object
?
DeeplyMutable
<
T
[
P
]
>
:
T
[
P
]
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
OpenInference JS
Loading...