Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgsql_ast_parser/utils.ts>NoExtraProperties

Yet another simple Postgres SQL parser
Latest
type alias NoExtraProperties
import { type NoExtraProperties } from "https://deno.land/x/pgsql_ast_parser@12.0.1/utils.ts";

Type Parameters

T
optional
U extends T = T
definition: U & Impossible<Exclude<keyof U, keyof T>>