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