Skip to main content
Module

x/pgsql_ast_parser/utils.ts>Optional

Yet another simple Postgres SQL parser
Go to Latest
type alias Optional
import { type Optional } from "https://deno.land/x/pgsql_ast_parser@10.5.2/utils.ts";
definition: [key in keyof T]?: T[key]