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)

14 lines (13 loc) 423 B
import { ContentType } from "contentful-migration"; import { BackendLanguage } from "../../config/types"; export declare const THEME_BLOCK: { en: { background: string; noBackground: string; }; de: { background: string; noBackground: string; }; }; export declare const migrateBaseBlockFields: (block: ContentType, language: BackendLanguage, trackingFieldId?: string) => void;