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

9 lines (8 loc) 258 B
export type LinkType = 'Asset' | 'Entry'; export declare class EntryLink { id: string; linkType: LinkType; constructor(id: string, linkType: LinkType); } export declare const QUICK_REPLY = "QuickReplies"; export declare const BUTTON = "Buttons";