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

    Type Alias JsonRowForSchema<S>

    JsonRowForSchema: {
        [I in keyof S]: S[I] extends ColumnDef<any, infer K>
            ? JsonValueForKind<K> | null
            : never
    }

    Type Parameters

    • S extends readonly ColumnDef<string, string>[]