@becklyn/contentful-adapter
Version:
[](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)
4 lines (3 loc) • 304 B
TypeScript
import { BackendLanguage } from "../config/types";
import { ContentfulComponentMigration, ContentfulMigrationGenerator } from "./types";
export declare const getMigrationsFromGenerators: (language: BackendLanguage, generators?: ContentfulMigrationGenerator[]) => Promise<ContentfulComponentMigration[]>;