interface OrderByStatement implements PGNodeimport { type OrderByStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiesby: Exproptionalorder: "ASC" | "DESC" | niloptionalnulls: "FIRST" | "LAST" | nil