import { type MalformedBase } from "https://deno.land/x/pbkit@v0.0.55/core/ast/index.ts";
definition: Pick<T, TKeep | keyof StatementBase> & Partial<Omit<T, TKeep | keyof StatementBase | "type">> & { type: TType; }
import { type MalformedBase } from "https://deno.land/x/pbkit@v0.0.55/core/ast/index.ts";