kysely
    Preparing search index...

    Type Alias ShallowDehydrateObject<O>

    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