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)

4 lines (3 loc) 304 B
import { BackendLanguage } from "../config/types"; import { ContentfulComponentMigration, ContentfulMigrationGenerator } from "./types"; export declare const getMigrationsFromGenerators: (language: BackendLanguage, generators?: ContentfulMigrationGenerator[]) => Promise<ContentfulComponentMigration[]>;