Skip to main content
Module

x/drizzle/sql.ts>GetDecoderResult

Deno port of the drizzle-orm library
Latest
type alias GetDecoderResult
import { type GetDecoderResult } from "https://deno.land/x/drizzle@v0.23.85/sql.ts";
definition: T extends DriverValueDecoder<infer TData, any> | DriverValueDecoder<infer TData, any>["mapFromDriverValue"] ? TData : never