UNPKG

payload

Version:

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

6 lines 262 B
import type { Where, WhereField } from '../types/index.js'; /** * Take a where query and flatten it to all top-level operators */ export declare function flattenWhereToOperators(query: Where): WhereField[]; //# sourceMappingURL=flattenWhereToOperators.d.ts.map