Last Updated: 3/9/2026
- ShallowDehydrateObject
Type Alias ShallowDehydrateObject
ShallowDehydrateObject: { [K in keyof O]: ShallowDehydrateValue<O[K]> }
Dehydrates any root properties of an object that are not valid JSON types.
For now, we catch anything in StringsWhenDataTypeNotAvailable and convert it to string.
Type Parameters
- O
Settings
Member Visibility