@becklyn/contentful-adapter
Version:
[](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)
6 lines (5 loc) • 461 B
TypeScript
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>;