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) 209 B
import { ContentfulMigrationGenerator } from "./types"; export declare const MIGRATIONS_MODEL_NAME = "migrationVersions"; declare const getMigration: ContentfulMigrationGenerator; export default getMigration;