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