UNPKG

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

Version:

DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.

11 lines (10 loc) 630 B
import { CmsEntryOpenSearchFieldIndex } from "../abstractions/CmsEntryOpenSearchFieldIndex.js"; declare class RichTextFieldIndexImpl implements CmsEntryOpenSearchFieldIndex.Interface { readonly fieldType = "rich-text"; toIndex({ value }: CmsEntryOpenSearchFieldIndex.ToIndex): CmsEntryOpenSearchFieldIndex.ToValue; fromIndex({ rawValue }: CmsEntryOpenSearchFieldIndex.FromIndex): any; } export declare const RichTextFieldIndex: typeof RichTextFieldIndexImpl & { __abstraction: import("@webiny/di").Abstraction<import("../abstractions/CmsEntryOpenSearchFieldIndex.js").ICmsEntryOpenSearchFieldIndex>; }; export {};