Skip to Content
Api ReferenceTypesShallowDehydrateObject

Last Updated: 3/9/2026


kysely

  • 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