prostgles-types
Version:
Shared TypeScript object definitions for prostgles-client and prostgles-server
25 lines • 494 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FUNC_ENDING_HINT = void 0;
exports.FUNC_ENDING_HINT = "$func";
const basic = {
col1: 2,
col2: "2",
};
const funcs = {
col1: { func: [] },
col2: { func: [] },
};
const mixed = {
col1: 2,
col2: { func: [] },
};
const badKey = {
//@ts-expect-error
badkey: { func: [] },
};
//@ts-expect-error
const wrong = {
col2: { func: [] },
};
//# sourceMappingURL=insertUpdateUtils.js.map