@opengis/fastify-table
Version:
core-plugins
13 lines • 467 B
TypeScript
import type { ExtendedPG } from "../../../types/core.js";
export default function dataUpsert({ id, table: table1, referer, data, pg: pg1, uid, tokenData, update, constraint, }: {
id?: string | number;
table: string;
referer?: string;
data: Record<string, any>;
pg?: ExtendedPG;
uid?: string;
tokenData?: Record<string, any>;
update?: boolean | string;
constraint?: string;
}): Promise<any>;
//# sourceMappingURL=dataUpsert.d.ts.map