UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 254 B
import type { Where } from '../types/index.js'; /** * Combines two queries into a single query, using an AND operator */ export declare const combineQueries: (where: Where, access: boolean | Where) => Where; //# sourceMappingURL=combineQueries.d.ts.map