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