UNPKG

@becklyn/contentful-adapter

Version:

[![CI](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)

6 lines (5 loc) 461 B
import { NodeData } from "@contentful/rich-text-types/dist/types/types"; import { ContentfulNormalizerService } from "./service"; import { ReferencesData, RteData } from "../contentful/types"; export declare const addAssetToReferenceList: (references: ReferencesData, data: NodeData, service: ContentfulNormalizerService) => Promise<ReferencesData>; export declare const getRteData: (data: any, service: ContentfulNormalizerService) => Promise<RteData | null>;