UNPKG

@webiny/api-page-builder-so-ddb-es

Version:

The DynamoDB + Elasticsearch storage operations Webiny Page Builder API.

8 lines (7 loc) 258 B
import WebinyError from "@webiny/error"; interface LogIgnoredElasticsearchExceptionParams { error: WebinyError; indexName: string; } export declare const logIgnoredEsResponseError: (params: LogIgnoredElasticsearchExceptionParams) => void; export {};