Files
evento/node_modules/kysely/dist/cjs/util/json-object-args.d.ts
2026-03-18 14:55:56 -03:00

4 lines
246 B
TypeScript

import type { Expression } from '../expression/expression.js';
import type { SelectQueryNode } from '../operation-node/select-query-node.js';
export declare function getJsonObjectArgs(node: SelectQueryNode, table: string): Expression<unknown>[];