pond-ts API Reference (core)
    Preparing search index...

    Type Alias JsonObjectRowForSchema<S>

    JsonObjectRowForSchema: {
        [C in S[number] as C["name"]]: C extends ColumnDef<any, infer K>
            ? JsonValueForKind<K> | null
            : never
    }

    Type Parameters