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 (9 loc) 219 B
export type LinkType = 'Asset' | 'Entry' export class EntryLink { constructor( public id: string, public linkType: LinkType ) {} } export const QUICK_REPLY = 'QuickReplies' export const BUTTON = 'Buttons'