UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

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'