UNPKG

@webiny/api-headless-cms-ddb-es

Version:

DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.

3 lines (2 loc) 185 B
import type { CmsEntryListWhere } from "@webiny/api-headless-cms/types/index.js"; export declare const getWhereValues: (value: unknown, condition: "AND" | "OR") => CmsEntryListWhere[];