UNPKG

@itxch/contentful-import

Version:

This tool allows you to import JSON dump exported by contentful-export

7 lines (6 loc) 408 B
import { DestinationData, OriginalSourceData, TransformedSourceData } from '../types'; /** * Run transformer methods on each item for each kind of entity, in case there * is a need to transform data when copying it to the destination space */ export default function (sourceData: OriginalSourceData, destinationData: DestinationData, customTransformers?: any, entities?: string[]): TransformedSourceData;