UNPKG

payload

Version:

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

3 lines 215 B
import type { Where } from '../types/index.js'; export declare function combineWhereConstraints(constraints: Array<undefined | Where>, as?: 'and' | 'or'): Where; //# sourceMappingURL=combineWhereConstraints.d.ts.map