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) 371 B
import { ContentfulNormalizerService } from "./service"; import { LabeledLink, LinkReference } from "@becklyn/ui-types"; export declare const normalizeLabeledLink: (data: any, service: ContentfulNormalizerService) => Promise<LabeledLink | null>; export declare const normalizeReference: (data: any, service: ContentfulNormalizerService) => Promise<LinkReference | null>;