UNPKG

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.

7 lines (6 loc) 292 B
import type { SelectIncludeType } from 'payload'; /** * Takes an input of array of string paths in dot notation and returns a select object * example args: ['id', 'title', 'group.value', 'createdAt', 'updatedAt'] */ export declare const getSelect: (fields: string[]) => SelectIncludeType;