type alias CommandTypeimport { type CommandType } from "https://deno.land/x/postgres@v0.19.0/query/query.ts"; Type of query to be executed definition: | "INSERT" | "DELETE" | "UPDATE" | "SELECT" | "MOVE" | "FETCH" | "COPY"