UNPKG

@r1tsu/payload

Version:

8 lines 358 B
/** * If there is an incoming row id, * and it matches the existing sibling doc id, * this is an existing row, so it should be merged. * Otherwise, return an empty object. */ export declare const getExistingRowDoc: (incomingRow: Record<string, unknown>, existingRows?: unknown) => Record<string, unknown>; //# sourceMappingURL=getExistingRowDoc.d.ts.map