UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

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" }