skyflow-node
Version:
Skyflow SDK for Node.js
4 lines (3 loc) • 335 B
TypeScript
import { IInsertRecordInput, IInsertRecord, IInsertOptions } from '../utils/common';
export declare const constructInsertRecordRequest: (records: IInsertRecordInput, options?: Record<string, any>) => any;
export declare const constructInsertRecordResponse: (responseBody: any, options: IInsertOptions, records: IInsertRecord[]) => {};