DehydratedObjecttype
{
readonly $type: string;
readonly $value: unknown;
}| Property | Type | |
|---|---|---|
.$type | string | required readonly |
.$value | unknown | required readonly |
A dehydrated object with a $type key.
{
readonly $type: string;
readonly $value: unknown;
}| Property | Type | |
|---|---|---|
.$type | string | required readonly |
.$value | unknown | required readonly |
A dehydrated object with a $type key.