UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

12 lines (11 loc) 284 B
export interface ReadCsvOptions { fname: string; ignoreContentIds?: string[]; resumeErrors?: boolean; } export declare enum ImportType { DRY = "DRY", NO_OVERWRITE = "NO_OVERWRITE", OVERWRITE = "OVERWRITE", OVERWRITE_AND_PUBLISH = "OVERWRITE_AND_PUBLISH" }