UNPKG

@webiny/api-headless-cms-ddb

Version:

DynamoDB storage operations plugin for Headless CMS API.

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