payloadcms-import-export-plugin
Version:
A comprehensive Payload CMS plugin that enables seamless import and export of collection data with support for CSV and JSON formats, featuring advanced field mapping, duplicate handling, and batch processing capabilities.
6 lines (5 loc) • 442 B
TypeScript
import type { GenericTranslationsObject, NestedKeysStripped, SupportedLanguages } from '@payloadcms/translations';
import type { PluginDefaultTranslationsObject } from './types.js';
export declare const translations: SupportedLanguages<PluginDefaultTranslationsObject>;
export type PluginImportExportTranslations = GenericTranslationsObject;
export type PluginImportExportTranslationKeys = NestedKeysStripped<PluginImportExportTranslations>;