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) 258 B
import { ContentfulClientConfig } from "../config/types"; import { ContentfulComponentMigration } from "./types"; export declare const executeMigrations: (clientConfig: ContentfulClientConfig, allMigrations: ContentfulComponentMigration[]) => Promise<void>;