@becklyn/contentful-adapter
Version:
[](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)
13 lines (12 loc) • 351 B
TypeScript
import { ContentfulMigrationGenerator } from "../types";
export declare const VERSION_CARDS_SLIDER_TEASER: {
en: {
threeEntries: string;
fourEntries: string;
};
de: {
threeEntries: string;
fourEntries: string;
};
};
export declare const getBlockCardsSliderTeaserMigration: ContentfulMigrationGenerator;