UNPKG

prostgles-types

Version:

Shared TypeScript object definitions for prostgles-client and prostgles-server

21 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const FUNCTIONS = { count: { run: (colName) => { } }, max: { run: (colName) => 1 }, countAll: { run: () => 1 }, }; const joinedResult = { c1: 1, // view1: { // v1: 1, // v2: 1, // }, c22: { count: [""], }, }; // const data: SelectV2ReturnType<S, "table1", ["c2"]> = { // c1: "1", // }; //# sourceMappingURL=selectTypesV2.js.map