Skip to main content
Module

x/pgsql_ast_parser/utils.ts>NoExtraProperties

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

Type Parameters

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