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