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)

5 lines (4 loc) 428 B
import { ContentfulNormalizerService } from "./service"; import { BaseComponentConfig } from "@becklyn/ui-types"; export declare const normalizeRelationTypeData: (dataType: any, data: any, service: ContentfulNormalizerService) => Promise<any | null>; export declare const normalizeDynamicDataConfigData: (dataTypes: (string | BaseComponentConfig)[], fieldData: any, service: ContentfulNormalizerService) => Promise<any | null>;